mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to version 0.099
Changelog: http://search.cpan.org/src/FDALY/Test-Deep-0.099/CHANGES PR: ports/116197 Submitted by: clsung
This commit is contained in:
parent
fd67e3674a
commit
6f6f7690a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204191
@ -6,27 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Deep
|
||||
PORTVERSION= 0.096
|
||||
PORTVERSION= 0.099
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Test data structures for differences deeply
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
MAN3= Test::Deep.3
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
|
||||
${WRKSRC}/Makefile.PL
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
MAN3= Test::Deep.3 Test::Deep::NoTest.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Test-Deep-0.096.tar.gz) = 593cbc52d0170df46979e88645977bd5
|
||||
SHA256 (Test-Deep-0.096.tar.gz) = 87438bb557f4362f905dbadf36131a972f0b0b0dfac2c14a9ba4b7ce478dfeec
|
||||
SIZE (Test-Deep-0.096.tar.gz) = 30894
|
||||
MD5 (Test-Deep-0.099.tar.gz) = 3d9ab14a82e05d1d50f6c79481307e46
|
||||
SHA256 (Test-Deep-0.099.tar.gz) = e54f57b4aeb80b0ccb72c1d5733f1c9e02fbb20ca8014b5e9e7b9e0af4c271e8
|
||||
SIZE (Test-Deep-0.099.tar.gz) = 31382
|
||||
|
Loading…
Reference in New Issue
Block a user