summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-08-14 12:46:02 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-08-14 12:46:02 +0000
commite3f745eefc0014fbd1bc8076a9a4dd529588a770 (patch)
tree7e9fa0ce2c509019ad97a670e8a0d89cabd1bbde /www
parent7b8e34b11506f17d292e750623207b081e1f39a2 (diff)
downloadfreebsd-ports-e3f745eefc0014fbd1bc8076a9a4dd529588a770.zip
- Remove redundant run/build from USES_PERL5
Diffstat (limited to 'www')
-rw-r--r--www/p5-Dancer-Plugin-REST/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Dancer-Plugin-REST/Makefile b/www/p5-Dancer-Plugin-REST/Makefile
index 0a58c8d31cde..1e165aa39b11 100644
--- a/www/p5-Dancer-Plugin-REST/Makefile
+++ b/www/p5-Dancer-Plugin-REST/Makefile
@@ -15,6 +15,6 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
-USE_PERL5= modbuild run build
+USE_PERL5= modbuild
.include <bsd.port.mk>