aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-JSON/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-JSON/Makefile')
-rw-r--r--devel/p5-Test-JSON/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-JSON/Makefile b/devel/p5-Test-JSON/Makefile
index 0513f62d2266..c15c50944e3f 100644
--- a/devel/p5-Test-JSON/Makefile
+++ b/devel/p5-Test-JSON/Makefile
@@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION:C/0$//}
MAINTAINER= lth@FreeBSD.org
COMMENT= Test JSON data
-RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
- p5-JSON-Any>=1.20:${PORTSDIR}/converters/p5-JSON-Any
+RUN_DEPENDS= p5-Test-Differences>=0.47:devel/p5-Test-Differences \
+ p5-JSON-Any>=1.20:converters/p5-JSON-Any
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
@@ -22,8 +22,8 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
+RUN_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>