aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-List-Util-WeightedRoundRobin/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-03-12 06:08:52 +0000
committerWen Heping <wen@FreeBSD.org>2010-03-12 06:08:52 +0000
commit21f24fb01a89405e867db2d52865bbc64d07d983 (patch)
tree8a3f431e22620cb02a12c0c0a08b28d0ce4da724 /misc/p5-List-Util-WeightedRoundRobin/Makefile
parent40416deedee76aa0e9fa893cf80ad78ebe3d567c (diff)
downloadports-21f24fb01a89405e867db2d52865bbc64d07d983.tar.gz
ports-21f24fb01a89405e867db2d52865bbc64d07d983.zip
Notes
Diffstat (limited to 'misc/p5-List-Util-WeightedRoundRobin/Makefile')
-rw-r--r--misc/p5-List-Util-WeightedRoundRobin/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/p5-List-Util-WeightedRoundRobin/Makefile b/misc/p5-List-Util-WeightedRoundRobin/Makefile
new file mode 100644
index 000000000000..6601ca5ba9c6
--- /dev/null
+++ b/misc/p5-List-Util-WeightedRoundRobin/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-List-Util-WeightedRoundRobin
+# Date created: 12th march, 2010
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= List-Util-WeightedRoundRobin
+PORTVERSION= 0.4
+CATEGORIES= misc perl5 geography
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Creates a list based on weighted input
+
+PERL_CONFIGURE= yes
+
+MAN3= List::Util::WeightedRoundRobin.3
+
+.include <bsd.port.mk>