mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort *_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
d10c7a2989
commit
c1ce819311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363664
@ -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
|
||||
|
||||
BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME
|
||||
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 pkgconfig
|
||||
USE_PERL5= configure
|
||||
USES= perl5 pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user