aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Interval2Prefix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Algorithm-Interval2Prefix/Makefile')
-rw-r--r--devel/p5-Algorithm-Interval2Prefix/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Interval2Prefix/Makefile b/devel/p5-Algorithm-Interval2Prefix/Makefile
new file mode 100644
index 000000000000..580485714ffc
--- /dev/null
+++ b/devel/p5-Algorithm-Interval2Prefix/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Algorithm-Interval2Prefix
+# Date created: Dec 5 2003
+# Whom: Lars Thegler <lars@thegler.dk>
+#
+# $FreeBSD$
+
+PORTNAME= Algorithm-Interval2Prefix
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Algorithm
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars@thegler.dk
+COMMENT= Generate prefixes from intervals
+
+PERL_CONFIGURE= yes
+
+MAN3= Algorithm::Interval2Prefix.3
+
+.include <bsd.port.mk>