aboutsummaryrefslogtreecommitdiff
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
parentdc61da2271bf60984a4d87828bbbc7ae42437e9f (diff)
downloadports-5bf39b3da9e0b5c5dbaacdf5965c131bb9edc0af.tar.gz
ports-5bf39b3da9e0b5c5dbaacdf5965c131bb9edc0af.zip
Notes
-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>