summaryrefslogtreecommitdiff
path: root/time/p5-DateTime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime/Makefile')
-rw-r--r--time/p5-DateTime/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
new file mode 100644
index 00000000000..51f2e1d4afc
--- /dev/null
+++ b/time/p5-DateTime/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:18:40 cube Exp $
+
+DISTNAME= DateTime-0.25
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://datetime.perl.org/
+COMMENT= Perl module for date/time sets and ranges
+
+DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
+DEPENDS+= p5-DateTime-TimeZone>=0.26:../../time/p5-DateTime-TimeZone
+DEPENDS+= p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
+DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
+DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"