aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-29 02:14:43 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-29 02:14:43 +0800
commitbf0d2e7d037794289102dcaa443fe0b391f507d8 (patch)
treed09fee41fa38999ab2ad2f28842d436a0c0bdaca /textproc
parent65d6b2f8e9f0141bbdf5c33393c3947c0d637adb (diff)
downloadfreebsd-ports-gnome-bf0d2e7d037794289102dcaa443fe0b391f507d8.tar.gz
freebsd-ports-gnome-bf0d2e7d037794289102dcaa443fe0b391f507d8.tar.zst
freebsd-ports-gnome-bf0d2e7d037794289102dcaa443fe0b391f507d8.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'textproc')
-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