diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-06 17:41:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-06 17:41:30 +0800 |
commit | 82f4be7264898999ebc2310f0ceaf5abfe6d7ced (patch) | |
tree | aeb6d7f4af435631d3b7376487a4da981f7e0cea /devel | |
parent | ee2807ad90161831f524fc77d5b6912b7b07643d (diff) | |
download | freebsd-ports-gnome-82f4be7264898999ebc2310f0ceaf5abfe6d7ced.tar.gz freebsd-ports-gnome-82f4be7264898999ebc2310f0ceaf5abfe6d7ced.tar.zst freebsd-ports-gnome-82f4be7264898999ebc2310f0ceaf5abfe6d7ced.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/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Set-Crontab/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Set-Crontab/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Set-Crontab/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Set-Crontab/pkg-plist | 5 |
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 |