mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
22
devel/p5-Set-Crontab/Makefile
Normal file
22
devel/p5-Set-Crontab/Makefile
Normal 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>
|
1
devel/p5-Set-Crontab/distinfo
Normal file
1
devel/p5-Set-Crontab/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Set-Crontab-1.00.tar.gz) = e2895d83550a16cb54570a1ce0090e67
|
4
devel/p5-Set-Crontab/pkg-descr
Normal file
4
devel/p5-Set-Crontab/pkg-descr
Normal 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/
|
5
devel/p5-Set-Crontab/pkg-plist
Normal file
5
devel/p5-Set-Crontab/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue