diff options
-rw-r--r-- | www/p5-URI-Title/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-URI-Title/Makefile b/www/p5-URI-Title/Makefile index 52a8a8b2982d..4183dd350ac1 100644 --- a/www/p5-URI-Title/Makefile +++ b/www/p5-URI-Title/Makefile @@ -3,7 +3,7 @@ PORTNAME= URI-Title PORTVERSION= 1.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,8 @@ COMMON_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= title.pl USE_PERL5= configure .include <bsd.port.mk> |