diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-12-05 21:01:40 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-12-05 21:01:40 +0000 |
commit | 3186132f5012bd22443f935c1fbf5cb19b7d5149 (patch) | |
tree | 59c85149f060597aa0b84b53f43467ae97acdb90 /devel/p5-Algorithm-Interval2Prefix/Makefile | |
parent | e5a9a72f660e0402da873a0d5cc19be984c940b1 (diff) | |
download | ports-3186132f5012bd22443f935c1fbf5cb19b7d5149.tar.gz ports-3186132f5012bd22443f935c1fbf5cb19b7d5149.zip |
Add p5-Algorithm-Interval2Prefix 0.02,
generate prefixes from
intervals.
PR: 59982
Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes:
svn path=/head/; revision=95157
Diffstat (limited to 'devel/p5-Algorithm-Interval2Prefix/Makefile')
-rw-r--r-- | devel/p5-Algorithm-Interval2Prefix/Makefile | 21 |
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> |