diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-14 12:46:02 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-14 12:46:02 +0000 |
commit | e3f745eefc0014fbd1bc8076a9a4dd529588a770 (patch) | |
tree | 7e9fa0ce2c509019ad97a670e8a0d89cabd1bbde /www | |
parent | 7b8e34b11506f17d292e750623207b081e1f39a2 (diff) | |
download | freebsd-ports-e3f745eefc0014fbd1bc8076a9a4dd529588a770.zip |
- Remove redundant run/build from USES_PERL5
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer-Plugin-REST/Makefile | 2 |
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> |