aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:33:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:33:49 +0000
commitcd525c0664a874a72772cfa27b356675689e8846 (patch)
tree882788e98f4668796bb6df04084a44d5beebc8ab
parentd68c210319339f6028ed612f47894c8e842a6b99 (diff)
downloadports-cd525c0664a874a72772cfa27b356675689e8846.tar.gz
ports-cd525c0664a874a72772cfa27b356675689e8846.zip
MFH: r387752
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389813
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile
index 7f7709cea434..92ce7cc876e0 100644
--- a/textproc/p5-Spreadsheet-ParseExcel/Makefile
+++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Spreadsheet-ParseExcel
PORTVERSION= 0.65
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
@@ -17,8 +17,11 @@ BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= sample/parse.pl \
+ sample/xls2csv.pl
USE_PERL5= configure
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES