diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
commit | 5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-XML-SAXDriver-Excel | |
parent | aa7203bfe36ea4c6977d938d04e68f98ab231647 (diff) | |
download | freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.gz freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.zst freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.zip |
Support STAGEDIR.
Diffstat (limited to 'textproc/p5-XML-SAXDriver-Excel')
-rw-r--r-- | textproc/p5-XML-SAXDriver-Excel/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-SAXDriver-Excel/pkg-plist | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/p5-XML-SAXDriver-Excel/Makefile b/textproc/p5-XML-SAXDriver-Excel/Makefile index 2bb4924fccff..f0be0eaba617 100644 --- a/textproc/p5-XML-SAXDriver-Excel/Makefile +++ b/textproc/p5-XML-SAXDriver-Excel/Makefile @@ -10,16 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl SAX driver for converting Excel files to XML -BUILD_DEPENDS= \ - p5-Spreadsheet-ParseExcel>=0.2603:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ - p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>=0.2603:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ + p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure USE_DOS2UNIX= yes -MAN3= XML::SAXDriver::Excel.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-SAXDriver-Excel/pkg-plist b/textproc/p5-XML-SAXDriver-Excel/pkg-plist index 35b030003904..6b3385587b48 100644 --- a/textproc/p5-XML-SAXDriver-Excel/pkg-plist +++ b/textproc/p5-XML-SAXDriver-Excel/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver/Excel/.packlist +%%PERL5_MAN3%%/XML::SAXDriver::Excel.3.gz %%SITE_PERL%%/XML/SAXDriver/Excel.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver/Excel/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver/Excel @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML |