diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-08 02:11:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-08 02:11:32 +0000 |
commit | b4d5830232b95ab7e173de761a30be19c7716fb7 (patch) | |
tree | cb6055224b9d83040434c9b5c29af657da02703c /converters/p5-Format-Human-Bytes/Makefile | |
parent | c371e8f8905a952d2e90bcf8cc8bcd4988d368df (diff) | |
download | ports-b4d5830232b95ab7e173de761a30be19c7716fb7.tar.gz ports-b4d5830232b95ab7e173de761a30be19c7716fb7.zip |
Notes
Diffstat (limited to 'converters/p5-Format-Human-Bytes/Makefile')
-rw-r--r-- | converters/p5-Format-Human-Bytes/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/p5-Format-Human-Bytes/Makefile b/converters/p5-Format-Human-Bytes/Makefile new file mode 100644 index 000000000000..b001495b99ef --- /dev/null +++ b/converters/p5-Format-Human-Bytes/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Format-Human-Bytes +# Date created: November 28th 2009 +# Whom: Cezary Morga <cm@therek.net> +# +# $FreeBSD$ +# + +PORTNAME= Format-Human-Bytes +PORTVERSION= 0.04 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cm@therek.net +COMMENT= Perl module to format a bytecount and make it human readable + +PERL_CONFIGURE= YES + +MAN3= Format::Human::Bytes.3 + +.include <bsd.port.mk> |