aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBI-Shell
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 14:30:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 14:30:05 +0000
commit9800b4e87237830070a436b36cea3de46ad44da7 (patch)
tree8f3f32a5eebd740ea5ca95610573a97abc409da4 /databases/p5-DBI-Shell
parent7c0da43a8f293f1c567aa6e1597c9e88af9e9abe (diff)
downloadports-9800b4e87237830070a436b36cea3de46ad44da7.tar.gz
ports-9800b4e87237830070a436b36cea3de46ad44da7.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=387864
Diffstat (limited to 'databases/p5-DBI-Shell')
-rw-r--r--databases/p5-DBI-Shell/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile
index da7c2874c49e..84279ef7767b 100644
--- a/databases/p5-DBI-Shell/Makefile
+++ b/databases/p5-DBI-Shell/Makefile
@@ -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}/databases/p5-DBI \
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>