- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-31 13:12:09 +00:00
parent ef55db9eec
commit 9b23a32dc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388063

View File

@ -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>