aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Format-Human-Bytes/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-01-08 02:11:32 +0000
committerWen Heping <wen@FreeBSD.org>2010-01-08 02:11:32 +0000
commitb4d5830232b95ab7e173de761a30be19c7716fb7 (patch)
treecb6055224b9d83040434c9b5c29af657da02703c /converters/p5-Format-Human-Bytes/Makefile
parentc371e8f8905a952d2e90bcf8cc8bcd4988d368df (diff)
downloadports-b4d5830232b95ab7e173de761a30be19c7716fb7.tar.gz
ports-b4d5830232b95ab7e173de761a30be19c7716fb7.zip
Notes
Diffstat (limited to 'converters/p5-Format-Human-Bytes/Makefile')
-rw-r--r--converters/p5-Format-Human-Bytes/Makefile21
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>