summaryrefslogtreecommitdiff
path: root/math/p5-Set-Crontab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Set-Crontab/Makefile')
-rw-r--r--math/p5-Set-Crontab/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile
new file mode 100644
index 00000000000..e5ed29e8572
--- /dev/null
+++ b/math/p5-Set-Crontab/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $
+
+DISTNAME= Set-Crontab-1.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Set-Crontab/
+COMMENT= Perl module to parse crontab(5)-like lists of integers
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Crontab/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"