1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-30 12:33:02 +00:00
parent 9464d224ca
commit a286e36d3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387941

View File

@ -3,7 +3,7 @@
PORTNAME= XML-STX
PORTVERSION= 0.43
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= examples/tester.pl examples/stx-filter.pl
USE_PERL5= configure patch
NO_ARCH= yes
OPTIONS_DEFINE= DOCS EXAMPLES