mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
9464d224ca
commit
a286e36d3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387941
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= XML-STX
|
PORTNAME= XML-STX
|
||||||
PORTVERSION= 0.43
|
PORTVERSION= 0.43
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
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
|
p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5 shebangfix
|
||||||
|
SHEBANG_FILES= examples/tester.pl examples/stx-filter.pl
|
||||||
USE_PERL5= configure patch
|
USE_PERL5= configure patch
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue