summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Set/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Set/Makefile')
-rw-r--r--time/p5-DateTime-Set/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile
new file mode 100644
index 00000000000..09b6abe5128
--- /dev/null
+++ b/time/p5-DateTime-Set/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:19:41 cube Exp $
+
+DISTNAME= DateTime-Set-0.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/
+COMMENT= Perl module for date/time sets and ranges
+
+DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
+DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Set/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"