diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 09:41:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 09:41:30 +0000 |
commit | 75b0e6fd474275813980082b21c194d16f36b83e (patch) | |
tree | 2a7851f4481ebcca44337628cf93454057535991 /devel/p5-Set-Crontab | |
parent | 61df26c3e7dccaf70570c4267d8416d4c28357bb (diff) | |
download | ports-75b0e6fd474275813980082b21c194d16f36b83e.tar.gz ports-75b0e6fd474275813980082b21c194d16f36b83e.zip |
Notes
Diffstat (limited to 'devel/p5-Set-Crontab')
-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 |
4 files changed, 32 insertions, 0 deletions
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 |