1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove redundant run/build from USES_PERL5

This commit is contained in:
Ryan Steinmetz 2014-08-14 12:46:02 +00:00
parent 7b8e34b115
commit e3f745eefc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364845

View File

@ -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>