svn commit: r387864 - head/databases/p5-DBI-Shell
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 14:30:06 UTC 2015
Author: amdmi3
Date: Fri May 29 14:30:05 2015
New Revision: 387864
URL: https://svnweb.freebsd.org/changeset/ports/387864
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/databases/p5-DBI-Shell/Makefile
Modified: head/databases/p5-DBI-Shell/Makefile
==============================================================================
--- head/databases/p5-DBI-Shell/Makefile Fri May 29 14:30:04 2015 (r387863)
+++ head/databases/p5-DBI-Shell/Makefile Fri May 29 14:30:05 2015 (r387864)
@@ -3,7 +3,7 @@
PORTNAME= DBI-Shell
PORTVERSION= 11.95
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +17,10 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/datab
p5-IO-Tee>=0:${PORTSDIR}/devel/p5-IO-Tee
BUILD_DEPENDS:= ${RUN_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= lib/DBI/Shell/SQLMinus.pm
+perl_OLD_CMD= perl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list