aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Rotation-Cycle/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-19 07:01:19 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-19 07:01:19 +0000
commitfe558526ba7aa00e60fdb757020783da8ee6940f (patch)
treec0a91b38a7440bbd2184d9ef84b1c03ce7fe360c /devel/p5-List-Rotation-Cycle/Makefile
parent2dd4afb87eac75112f2713d52ae315b199f93bde (diff)
downloadports-fe558526ba7aa00e60fdb757020783da8ee6940f.tar.gz
ports-fe558526ba7aa00e60fdb757020783da8ee6940f.zip
Notes
Diffstat (limited to 'devel/p5-List-Rotation-Cycle/Makefile')
-rw-r--r--devel/p5-List-Rotation-Cycle/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-List-Rotation-Cycle/Makefile b/devel/p5-List-Rotation-Cycle/Makefile
new file mode 100644
index 000000000000..58359d33bf60
--- /dev/null
+++ b/devel/p5-List-Rotation-Cycle/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-List-Rotation-Cycle
+# Date created: 2007/02/14
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= List-Rotation-Cycle
+PORTVERSION= 1.004
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= List
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Cycle through a list of values
+
+MAN3= List::Rotation::Cycle.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>