summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-24 21:39:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-24 21:39:17 +0000
commit25450b27f65234a2c10e6b340bb8a1356c18e50a (patch)
tree6711ad5788ef3a02982327e049c6197618be280d /www
parent- Fix shebangs (diff)
- shabang
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=387354
Diffstat (limited to 'www')
-rw-r--r--www/interchange/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile
index 34112d446a01..b2a6ad1e5ced 100644
--- a/www/interchange/Makefile
+++ b/www/interchange/Makefile
@@ -3,7 +3,7 @@
PORTNAME= interchange
PORTVERSION= 5.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.6/tar/
@@ -20,7 +20,13 @@ RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
BUILD_DEPENDS:= ${RUN_DEPENDS}
-USES= perl5 tar:bzip2
+USES= perl5 shebangfix tar:bzip2
+SHEBANG_FILES= dist/src/compile.pl \
+ dist/src/cpan_local_install \
+ dist/src/mod_perl_tlink.pl \
+ dist/src/testcgi \
+ dist/src/tlink.pl \
+ dist/src/vlink.pl
USE_PERL5= configure
OPTIONS_DEFINE= MYSQL PGSQL