summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-ICal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Event-ICal/Makefile')
-rw-r--r--time/p5-DateTime-Event-ICal/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile
new file mode 100644
index 00000000000..27e868580d3
--- /dev/null
+++ b/time/p5-DateTime-Event-ICal/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/06 12:10:54 markd Exp $
+
+DISTNAME= DateTime-Event-ICal-0.09
+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-ICal
+COMMENT= DateTime extension for computing rfc2445 recurrences
+
+DEPENDS+= p5-DateTime>=0.36:../../time/p5-DateTime
+DEPENDS+= p5-DateTime-Event-Recurrence>=0.16:../../time/p5-DateTime-Event-Recurrence
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/DateTime/Event/ICal/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"