summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-Recurrence/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-06-06 12:09:21 +0000
committermarkd <markd@pkgsrc.org>2007-06-06 12:09:21 +0000
commitc5c29cc15c664e254b0e971d3948c6dcd16cb224 (patch)
tree2f08752a0775f54694a3893d36cf3ea52bb18a60 /time/p5-DateTime-Event-Recurrence/Makefile
parent6074cd388de1c79683771947e1530778f62abc98 (diff)
downloadpkgsrc-c5c29cc15c664e254b0e971d3948c6dcd16cb224.tar.gz
Import p5-DateTime-Event-Recurrence version 0.16
This module aims to support basic recurrences, such as 'daily'.
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"