Remove unecessary USE_PERL5= run

Approved by:	swills (mentor)
This commit is contained in:
Jonathan Chu 2014-05-24 04:35:11 +00:00
parent 590f7b8c62
commit d24b673aa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354975

View file

@ -17,6 +17,6 @@ RUN_DEPENDS= p5-Module-Runtime>=0.009:${PORTSDIR}/devel/p5-Module-Runtime
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure run
USE_PERL5= configure
.include <bsd.port.mk>