- Update to 0.20
Changes: http://search.cpan.org/dist/Test-DependentModules/Changes
This commit is contained in:
parent
9d2010b280
commit
dc7cfc6d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367034
2 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-DependentModules
|
||||
PORTVERSION= 0.19
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -28,4 +28,10 @@ TEST_DEPENDS= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive
|
|||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502000
|
||||
TEST_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test-DependentModules-0.19.tar.gz) = 75f65d94eed913f0f107e5eac5839c7ada9af359045e1dfd052ac78cce190cd6
|
||||
SIZE (Test-DependentModules-0.19.tar.gz) = 18396
|
||||
SHA256 (Test-DependentModules-0.20.tar.gz) = 46f9a3b704912dd9eeef9b52394f378cabe79d011ea0528a021919b136b0e48c
|
||||
SIZE (Test-DependentModules-0.20.tar.gz) = 26646
|
||||
|
|
Loading…
Reference in a new issue