diff --git a/textproc/p5-XML-STX/Makefile b/textproc/p5-XML-STX/Makefile index aaaacb439e89..fdf73f4acbae 100644 --- a/textproc/p5-XML-STX/Makefile +++ b/textproc/p5-XML-STX/Makefile @@ -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