summaryrefslogtreecommitdiff
path: root/devel/p5-Set-IntSpan/Makefile
diff options
context:
space:
mode:
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"