aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-08-14 20:46:02 +0800
committerzi <zi@FreeBSD.org>2014-08-14 20:46:02 +0800
commitba0269b0b4ed9f17d44d585188acecd401a265a6 (patch)
tree7e9fa0ce2c509019ad97a670e8a0d89cabd1bbde /www
parent037bd9110fc66bc5c0de09dfe74529add57bdd18 (diff)
downloadfreebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.tar.gz
freebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.tar.zst
freebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.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>