1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Fix shebang.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-10-31 13:33:53 +00:00
parent 1b4f314b17
commit d273a9e8c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371821

View File

@ -3,6 +3,7 @@
PORTNAME= Chooser
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@ -15,7 +16,8 @@ RUN_DEPENDS= p5-Net-CIDR-Lite>=0.21:${PORTSDIR}/net/p5-Net-CIDR-Lite \
p5-IO-Socket-SSL>=1.74:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate
USES= perl5
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/chooser
.include <bsd.port.mk>