diff options
Diffstat (limited to 'textproc/p5-XML-SimpleObject')
-rw-r--r-- | textproc/p5-XML-SimpleObject/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-SimpleObject/Makefile b/textproc/p5-XML-SimpleObject/Makefile index b61cb915015f..4d66ab636dd2 100644 --- a/textproc/p5-XML-SimpleObject/Makefile +++ b/textproc/p5-XML-SimpleObject/Makefile @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= API for accessing the structure of an XML document BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -19,9 +20,6 @@ USES= perl5 USE_PERL5= configure patch CONFIGURE_ARGS+= DIR='Enhanced' -MAN3= XML::SimpleObject.3 - -NO_STAGE= yes post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ ${WRKSRC}/SimpleObject.pm ${WRKSRC}/LibXML/LibXML.pm diff --git a/textproc/p5-XML-SimpleObject/pkg-plist b/textproc/p5-XML-SimpleObject/pkg-plist index 61d017cdc87b..e1ae3c51e59e 100644 --- a/textproc/p5-XML-SimpleObject/pkg-plist +++ b/textproc/p5-XML-SimpleObject/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/.packlist +%%PERL5_MAN3%%/XML::SimpleObject.3.gz %%SITE_PERL%%/XML/SimpleObject.pm %%SITE_PERL%%/XML/SimpleObject/Enhanced.pm %%SITE_PERL%%/XML/ex.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/SimpleObject |