diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index 4fd6c2d9cd38..97da6280547b 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -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 diff --git a/devel/p5-Test-Compile/distinfo b/devel/p5-Test-Compile/distinfo index c8def73d18ed..4853fa023c17 100644 --- a/devel/p5-Test-Compile/distinfo +++ b/devel/p5-Test-Compile/distinfo @@ -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 diff --git a/devel/p5-Test-Compile/pkg-plist b/devel/p5-Test-Compile/pkg-plist index 231c197bcbc3..0e2ab6835076 100644 --- a/devel/p5-Test-Compile/pkg-plist +++ b/devel/p5-Test-Compile/pkg-plist @@ -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