summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-06 09:41:30 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-06 09:41:30 +0000
commit75b0e6fd474275813980082b21c194d16f36b83e (patch)
tree2a7851f4481ebcca44337628cf93454057535991 /devel
parent61df26c3e7dccaf70570c4267d8416d4c28357bb (diff)
downloadfreebsd-ports-75b0e6fd474275813980082b21c194d16f36b83e.zip
Add p5-Set-Crontab 1.00,
set::Crontab - Expand crontab(5)-style integer lists. PR: 53975 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Set-Crontab/Makefile22
-rw-r--r--devel/p5-Set-Crontab/distinfo1
-rw-r--r--devel/p5-Set-Crontab/pkg-descr4
-rw-r--r--devel/p5-Set-Crontab/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fcfef72f4ca7..e02ddebd5fb4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -683,6 +683,7 @@
SUBDIR += p5-SPOPS
SUBDIR += p5-Search-Binary
SUBDIR += p5-Server-FastPL
+ SUBDIR += p5-Set-Crontab
SUBDIR += p5-Set-Infinite
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Set-Object
diff --git a/devel/p5-Set-Crontab/Makefile b/devel/p5-Set-Crontab/Makefile
new file mode 100644
index 000000000000..5b893d1bfdf3
--- /dev/null
+++ b/devel/p5-Set-Crontab/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Set-Crontab
+# Date created: 1 july 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Set-Crontab
+PORTVERSION= 1.00
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Set
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Set::Crontab - Expand crontab(5)-style integer lists
+
+PERL_CONFIGURE= yes
+
+MAN3= Set::Crontab.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Set-Crontab/distinfo b/devel/p5-Set-Crontab/distinfo
new file mode 100644
index 000000000000..0605038bb424
--- /dev/null
+++ b/devel/p5-Set-Crontab/distinfo
@@ -0,0 +1 @@
+MD5 (Set-Crontab-1.00.tar.gz) = e2895d83550a16cb54570a1ce0090e67
diff --git a/devel/p5-Set-Crontab/pkg-descr b/devel/p5-Set-Crontab/pkg-descr
new file mode 100644
index 000000000000..a421ca9b391d
--- /dev/null
+++ b/devel/p5-Set-Crontab/pkg-descr
@@ -0,0 +1,4 @@
+Set::Crontab parses crontab-style lists of integers and defines some utility
+functions to make it easier to deal with them.
+
+WWW: http://search.cpan.org/dist/Set-Crontab/
diff --git a/devel/p5-Set-Crontab/pkg-plist b/devel/p5-Set-Crontab/pkg-plist
new file mode 100644
index 000000000000..a9e05b641377
--- /dev/null
+++ b/devel/p5-Set-Crontab/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Set/Crontab.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Crontab/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Crontab
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true