Add p5-Set-Crontab 1.00,

set::Crontab - Expand crontab(5)-style
integer lists.

PR:		53975
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Erwin Lansing 2003-07-06 09:41:30 +00:00
parent 61df26c3e7
commit 75b0e6fd47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84278
5 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (Set-Crontab-1.00.tar.gz) = e2895d83550a16cb54570a1ce0090e67

View file

@ -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/

View file

@ -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