From d273a9e8c922094bca49133f9c1498c700f0546b Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 31 Oct 2014 13:33:53 +0000 Subject: [PATCH] Fix shebang. Sponsored by: Absolight --- devel/p5-Chooser/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Chooser/Makefile b/devel/p5-Chooser/Makefile index 7934575d25a9..12d5f42ae71e 100644 --- a/devel/p5-Chooser/Makefile +++ b/devel/p5-Chooser/Makefile @@ -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