summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:25:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:25:59 +0000
commit5bf39b3da9e0b5c5dbaacdf5965c131bb9edc0af (patch)
tree31fff6013ff92a9ad39df7e6c48207546c249e24
parent- Fix shebangs (diff)
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=387015
-rw-r--r--www/p5-URI-Title/Makefile5
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>