svn commit: r387752 - head/textproc/p5-Spreadsheet-ParseExcel
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:14:44 UTC 2015
Author: amdmi3
Date: Thu May 28 18:14:43 2015
New Revision: 387752
URL: https://svnweb.freebsd.org/changeset/ports/387752
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-Spreadsheet-ParseExcel/Makefile
Modified: head/textproc/p5-Spreadsheet-ParseExcel/Makefile
==============================================================================
--- head/textproc/p5-Spreadsheet-ParseExcel/Makefile Thu May 28 18:05:37 2015 (r387751)
+++ head/textproc/p5-Spreadsheet-ParseExcel/Makefile Thu May 28 18:14:43 2015 (r387752)
@@ -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
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
More information about the svn-ports-head
mailing list