Update converters/p5-Format-Human-Bytes to version 0.06_1
[dports.git] / converters / p5-Format-Human-Bytes / Makefile
1 # Created by: Cezary Morga <cm@therek.net>
2 # $FreeBSD$
3
4 PORTNAME=       Format-Human-Bytes
5 PORTVERSION=    0.06
6 PORTREVISION=   1
7 CATEGORIES=     converters perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Perl module to format a bytecount and make it human readable
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 .include <bsd.port.mk>