aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Interval2Prefix/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-12-05 21:01:40 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-12-05 21:01:40 +0000
commit3186132f5012bd22443f935c1fbf5cb19b7d5149 (patch)
tree59c85149f060597aa0b84b53f43467ae97acdb90 /devel/p5-Algorithm-Interval2Prefix/Makefile
parente5a9a72f660e0402da873a0d5cc19be984c940b1 (diff)
downloadports-3186132f5012bd22443f935c1fbf5cb19b7d5149.tar.gz
ports-3186132f5012bd22443f935c1fbf5cb19b7d5149.zip
Notes
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>