mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.08
Changes: http://search.cpan.org/dist/Eval-Closure/Changes
This commit is contained in:
parent
56fa7a45a0
commit
d7a4d65327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290828
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Eval-Closure
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DOY
|
||||
@ -19,14 +19,22 @@ LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
TEST_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Eval::Closure.3
|
||||
MAN3= Eval::Closure.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Eval-Closure-0.06.tar.gz) = 2c425b6189c30dd0782c22f86e16c578b508ab78c3398edc8fbc8f7cda8b4e62
|
||||
SIZE (Eval-Closure-0.06.tar.gz) = 15676
|
||||
SHA256 (Eval-Closure-0.08.tar.gz) = 738ce424d68ce1ac93c0b1539d6740ac8fff81fdd06ef7e4c8b022296922a407
|
||||
SIZE (Eval-Closure-0.08.tar.gz) = 16746
|
||||
|
Loading…
Reference in New Issue
Block a user