aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-Cover/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Devel-Cover/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadfreebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.zst
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'devel/p5-Devel-Cover/Makefile')
-rw-r--r--devel/p5-Devel-Cover/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile
index 2c6857c9693e..ee3c6ca7901b 100644
--- a/devel/p5-Devel-Cover/Makefile
+++ b/devel/p5-Devel-Cover/Makefile
@@ -13,7 +13,7 @@ COMMENT= Code coverage metrics for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
+TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences
USES= perl5
USE_PERL5= configure
@@ -23,20 +23,20 @@ OPTIONS_DEFAULT=CPANCOVER HTML_REPORTS POD_COVERAGE
OPTIONS_SUB= yes
CPANCOVER_DESC= Coverage statistics on CPAN modules
-CPANCOVER_BUILD_DEPENDS= p5-Parallel-Iterator>=0:${PORTSDIR}/devel/p5-Parallel-Iterator \
- p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+CPANCOVER_BUILD_DEPENDS= p5-Parallel-Iterator>=0:devel/p5-Parallel-Iterator \
+ p5-Template-Toolkit>=2:www/p5-Template-Toolkit
CPANCOVER_RUN_DEPENDS= ${CPANCOVER_BUILD_DEPENDS}
HTML_REPORTS= Build HTML reports with p5-HTML-Parser
-HTML_REPORTS_BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
+HTML_REPORTS_BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser
HTML_REPORTS_RUN_DEPENDS= ${HTML_REPORTS_BUILD_DEPENDS}
POD_COVERAGE_DESC= POD coverage via p5-Pod-Coverage
-POD_COVERAGE_BUILD_DEPENDS= p5-Pod-Coverage>=0.06:${PORTSDIR}/devel/p5-Pod-Coverage
+POD_COVERAGE_BUILD_DEPENDS= p5-Pod-Coverage>=0.06:devel/p5-Pod-Coverage
POD_COVERAGE_RUN_DEPENDS= ${POD_COVERAGE_BUILD_DEPENDS}
SYNTAX_HIGHLIGHTING_DESC= Syntax highlighting via p5-PPI-HTML
-SYNTAX_HIGHLIGHTING_BUILD_DEPENDS= p5-PPI-HTML>=1.07:${PORTSDIR}/textproc/p5-PPI-HTML
+SYNTAX_HIGHLIGHTING_BUILD_DEPENDS= p5-PPI-HTML>=1.07:textproc/p5-PPI-HTML
SYNTAX_HIGHLIGHTING_RUN_DEPENDS= ${SYNTAX_HIGHLIGHTING_BUILD_DEPENDS}
post-install: