summaryrefslogtreecommitdiff
path: root/devel/p5-Set-IntSpan/Makefile
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2003-09-14 20:27:50 +0000
committergson <gson@pkgsrc.org>2003-09-14 20:27:50 +0000
commit48011a144e3691701f9e180b8993bbd2ab576ca0 (patch)
tree07c25727ea5796c6ca55fbfff173e90b70ca2b16 /devel/p5-Set-IntSpan/Makefile
parent25fed99af5aa8056386b92c6f66aafa3eeb3ce1e (diff)
downloadpkgsrc-48011a144e3691701f9e180b8993bbd2ab576ca0.tar.gz
Initial import of Set::IntSpan into the NetBSD packages collection
as devel/p5-Set-IntSpan. Set::IntSpan manages sets of integers. It is optimized for sets that have long runs of consecutive integers.
Diffstat (limited to 'devel/p5-Set-IntSpan/Makefile')
-rw-r--r--devel/p5-Set-IntSpan/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/p5-Set-IntSpan/Makefile b/devel/p5-Set-IntSpan/Makefile
new file mode 100644
index 00000000000..2897a08e274
--- /dev/null
+++ b/devel/p5-Set-IntSpan/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/14 20:27:50 gson Exp $
+#
+
+DISTNAME= Set-IntSpan-1.07
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5sis
+CATEGORIES= perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
+
+MAINTAINER= gson@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Set-IntSpan/
+COMMENT= Perl5 module for managing sets of integers
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/IntSpan/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"