Support stage and fix shebangs

This commit is contained in:
Baptiste Daroussin 2013-12-27 09:24:39 +00:00
parent 3ce4797a30
commit 948e393ac1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337662

View File

@ -13,8 +13,8 @@ COMMENT= New Visual Shell
BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= *.pl
NO_STAGE= yes
.include <bsd.port.mk>