diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-14 14:18:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-14 14:18:27 +0000 |
commit | ef3a7440507135ba17f35147a9690d8ad75ff637 (patch) | |
tree | 4e43dd8293eb3c2c563bda53b576aee1c7444d31 /textproc | |
parent | e26f2121d2ccb10e5c995dcb5f129682bfd3d5e1 (diff) | |
download | ports-ef3a7440507135ba17f35147a9690d8ad75ff637.tar.gz ports-ef3a7440507135ba17f35147a9690d8ad75ff637.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-SVG-Parser/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-SVG-Parser/pkg-plist | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index 9a49f98dc200..90005e078af8 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XML Parser for SVG documents +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-SVG>=2:${PORTSDIR}/textproc/p5-SVG \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX @@ -18,10 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild USES= perl5 -MAN3= SVG::Parser.3 \ - SVG::Parser::Expat.3 \ - SVG::Parser::SAX.3 \ - SVG::Parser::SAX::Handler.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-SVG-Parser/pkg-plist b/textproc/p5-SVG-Parser/pkg-plist index 7d87c233c7d3..84edc86c4d68 100644 --- a/textproc/p5-SVG-Parser/pkg-plist +++ b/textproc/p5-SVG-Parser/pkg-plist @@ -3,6 +3,10 @@ %%SITE_PERL%%/SVG/Parser/Expat.pm %%SITE_PERL%%/SVG/Parser/SAX.pm %%SITE_PERL%%/SVG/Parser/SAX/Handler.pm +%%PERL5_MAN3%%/SVG::Parser.3.gz +%%PERL5_MAN3%%/SVG::Parser::Expat.3.gz +%%PERL5_MAN3%%/SVG::Parser::SAX.3.gz +%%PERL5_MAN3%%/SVG::Parser::SAX::Handler.3.gz @dirrm %%SITE_PERL%%/SVG/Parser/SAX @dirrm %%SITE_PERL%%/SVG/Parser @dirrmtry %%SITE_PERL%%/SVG |