summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-Cron/Makefile
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-01-26 16:20:54 +0000
committercube <cube@pkgsrc.org>2005-01-26 16:20:54 +0000
commitf29c872d1a2b4dce2fa41570f3703b4fa413f765 (patch)
tree7af0943b6de5b3d45ca89995b102a1ecff2e6f72 /time/p5-DateTime-Event-Cron/Makefile
parentf55066bfce29617f31c644b5d86f42e8974cd302 (diff)
downloadpkgsrc-f29c872d1a2b4dce2fa41570f3703b4fa413f765.tar.gz
Initial import of p5-DateTime-Event-Cron, version 0.07, into the NetBSD
Packages Collection. The DateTime::Event::Cron module generates DateTime and DateTime::Set objects based on crontab-style entries. The crontab formats are the extended V7 standard as described in crontab(5) on linux systems and as noted in the documentation for Set::Crontab. Note that the module is still alpha status. Methods provided are likely to change in the future.
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"