mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.14
- Update *_DEPENDS: remove test dependency (p5-Test-Pod-Coverage) Changes: http://search.cpan.org/dist/Test-Compile/Changes PR: ports/164077 Submitted by: sunpoet (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
9ecbadb817
commit
0978cf700f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289260
@ -6,21 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Compile
|
||||
PORTVERSION= 0.13
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:EGILES
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cm@therek.net
|
||||
COMMENT= Check whether Perl module files compile correctly
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Devel/CheckOS.pm:${PORTSDIR}/devel/p5-Devel-CheckOS \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Compile.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-Compile-0.13.tar.gz) = 174ca7ede879c5be28f00fc1431287416f6e8d29f01640937c38f4de792178da
|
||||
SIZE (Test-Compile-0.13.tar.gz) = 39138
|
||||
SHA256 (Test-Compile-0.14.tar.gz) = 1e7a19a0769b7e3fce8e84bd374aa08dedb21783aa285d8accf56bf235e84951
|
||||
SIZE (Test-Compile-0.14.tar.gz) = 9353
|
||||
|
@ -1,3 +1,5 @@
|
||||
%%SITE_PERL%%/Test/Compile.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
Loading…
Reference in New Issue
Block a user