diff options
Diffstat (limited to 'devel/p5-Module-Build/Makefile')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 1ab002282b86..a7f12ab0ae27 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -17,8 +17,8 @@ COMMENT= Build and install Perl modules LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-PAR-Dist>=0.17:${PORTSDIR}/devel/p5-PAR-Dist +TEST_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-PAR-Dist>=0.17:devel/p5-PAR-Dist PORTSCOUT= skipv:0.31011,0.31012 @@ -29,13 +29,13 @@ USE_PERL5= modbuild .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Test-Harness>=3.29:${PORTSDIR}/devel/p5-Test-Harness -RUN_DEPENDS+= p5-Test-Harness>=3.29:${PORTSDIR}/devel/p5-Test-Harness +BUILD_DEPENDS+= p5-Test-Harness>=3.29:devel/p5-Test-Harness +RUN_DEPENDS+= p5-Test-Harness>=3.29:devel/p5-Test-Harness .endif .if ${PERL_LEVEL} < 502105 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta -RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta +BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta +RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta .endif post-patch: |