diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 18:55:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 18:55:27 +0000 |
commit | c1ce81931111d63cec2fdc472cbac8a41ac5204b (patch) | |
tree | 86d0af73a9aa47608d23e11ce83966fcc3516856 /textproc/p5-XML-Canonical | |
parent | d10c7a2989c18cdec759bbb4f08fa30bb954ffe7 (diff) | |
download | ports-c1ce81931111d63cec2fdc472cbac8a41ac5204b.tar.gz ports-c1ce81931111d63cec2fdc472cbac8a41ac5204b.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Canonical')
-rw-r--r-- | textproc/p5-XML-Canonical/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Canonical/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Canonical/pkg-plist | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index ea06211ef5d9..8e539bd32921 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -6,17 +6,19 @@ PORTVERSION= 0.10 PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl Implementation of Canonical XML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME -RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 pkgconfig USE_PERL5= configure +USES= perl5 pkgconfig .include <bsd.port.mk> diff --git a/textproc/p5-XML-Canonical/pkg-descr b/textproc/p5-XML-Canonical/pkg-descr index 91f54c9073ac..809222fe37e3 100644 --- a/textproc/p5-XML-Canonical/pkg-descr +++ b/textproc/p5-XML-Canonical/pkg-descr @@ -1,6 +1,5 @@ -This module provides an implementation of Canonical XML Recommendation -(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and -XPath nodes. +This module provides an implementation of Canonical XML Recommendation (Version +1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes. It provides a XS wrapper around libxml2's Canonical XML code. diff --git a/textproc/p5-XML-Canonical/pkg-plist b/textproc/p5-XML-Canonical/pkg-plist index 85fc46f0e620..3be4e5d59e42 100644 --- a/textproc/p5-XML-Canonical/pkg-plist +++ b/textproc/p5-XML-Canonical/pkg-plist @@ -1,7 +1,7 @@ -%%PERL5_MAN3%%/XML::Canonical.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/XML/Canonical.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical/Canonical.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical +%%PERL5_MAN3%%/XML::Canonical.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML |