diff options
Diffstat (limited to 'devel/p5-List-AllUtils/Makefile')
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 0de02359ff69..596ac5a18056 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -12,9 +12,9 @@ COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package LICENSE= ART20 -BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0.28:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings +TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings USE_PERL5= configure USES= perl5 @@ -22,8 +22,8 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> |