mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 0.10
- While I'm here: - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Algorithm-Cron PR: 251902 Submitted by: Neel Chauhan <neel@neelc.org> Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
This commit is contained in:
parent
1645c0e0cc
commit
f85ca10d85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558681
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Algorithm-Cron
|
||||
PORTVERSION= 0.09
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,8 +15,11 @@ LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Time-timegm>=0:devel/p5-Time-timegm
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Algorithm-Cron-0.09.tar.gz) = 16ca57e6556c0cfa51e5634a91be97d2f0ebbccc52bada568021cb2be7e0602a
|
||||
SIZE (Algorithm-Cron-0.09.tar.gz) = 18233
|
||||
TIMESTAMP = 1608366384
|
||||
SHA256 (Algorithm-Cron-0.10.tar.gz) = adbc89ffbb758259e8ed18a9b99308ec853cac2f828a7c6530ce636d1056de3b
|
||||
SIZE (Algorithm-Cron-0.10.tar.gz) = 17758
|
||||
|
@ -1,2 +1,2 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Cron.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Cron.pm
|
||||
%%PERL5_MAN3%%/Algorithm::Cron.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user