summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-Cron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Event-Cron/Makefile')
-rw-r--r--time/p5-DateTime-Event-Cron/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-DateTime-Event-Cron/Makefile b/time/p5-DateTime-Event-Cron/Makefile
new file mode 100644
index 00000000000..ab424e7dc80
--- /dev/null
+++ b/time/p5-DateTime-Event-Cron/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:20:54 cube Exp $
+
+DISTNAME= DateTime-Event-Cron-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Cron/
+COMMENT= DateTime extension to handle crontab entries
+
+DEPENDS+= p5-DateTime-Set>=0.19:../../local/p5-DateTime-Set
+DEPENDS+= p5-Set-Crontab-[0-9]*:../../math/p5-Set-Crontab
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Event/Cron/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"