summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-24 21:36:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-24 21:36:38 +0000
commitc0d876c20af7e205bebbde3dfb2554bbe841fa92 (patch)
tree15b549069cb77204a4cf54968341a2192ddf4059 /www
parent7941f4cb0009f56bc6953a92faac3c40dd6c5f6b (diff)
downloadfreebsd-ports-c0d876c20af7e205bebbde3dfb2554bbe841fa92.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'www')
-rw-r--r--www/p5-WebService-Technorati/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-WebService-Technorati/Makefile b/www/p5-WebService-Technorati/Makefile
index 6cc73f0cc152..857b9dfb8003 100644
--- a/www/p5-WebService-Technorati/Makefile
+++ b/www/p5-WebService-Technorati/Makefile
@@ -3,7 +3,7 @@
PORTNAME= WebService-Technorati
PORTVERSION= 0.04
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= pod2html.pl
USE_PERL5= configure
.include <bsd.port.mk>