aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:12:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:12:09 +0800
commit2cd2ae9a0aee4f8d0d48096e40ae1247c7764751 (patch)
tree7bafc6b65beb85b0d55f26fd3e89a37b6fa9cae3
parente0a077a9a6f3e865384a0de5073a0e357500799c (diff)
downloadfreebsd-ports-gnome-2cd2ae9a0aee4f8d0d48096e40ae1247c7764751.tar.gz
freebsd-ports-gnome-2cd2ae9a0aee4f8d0d48096e40ae1247c7764751.tar.zst
freebsd-ports-gnome-2cd2ae9a0aee4f8d0d48096e40ae1247c7764751.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
-rw-r--r--databases/p5-DBIx-XML_RDB/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-DBIx-XML_RDB/Makefile b/databases/p5-DBIx-XML_RDB/Makefile
index b5ab212759ab..622d8b461dbf 100644
--- a/databases/p5-DBIx-XML_RDB/Makefile
+++ b/databases/p5-DBIx-XML_RDB/Makefile
@@ -3,7 +3,7 @@
PORTNAME= DBIx-XML_RDB
PORTVERSION= 0.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,9 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= sql2xml.pl xml2sql.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>