summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-Recurrence/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Event-Recurrence/Makefile')
-rw-r--r--time/p5-DateTime-Event-Recurrence/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-DateTime-Event-Recurrence/Makefile b/time/p5-DateTime-Event-Recurrence/Makefile
new file mode 100644
index 00000000000..040076b86f6
--- /dev/null
+++ b/time/p5-DateTime-Event-Recurrence/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/06 12:09:21 markd Exp $
+
+DISTNAME= DateTime-Event-Recurrence-0.16
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Recurrence
+COMMENT= DateTime::Set extension to create basic recurrence sets
+
+DEPENDS+= p5-DateTime-Set>=0.17:../../time/p5-DateTime-Set
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/DateTime/Event/Recurrence/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"