mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
- Updated to 0.69
- Update pkg-plist Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog PR: ports/121029 Submitted by: Felippe de Meirelles Motta <lippemail_AT_gmail dot com>
This commit is contained in:
parent
5c2beb166b
commit
054f2e03d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209909
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= XML-Compile
|
||||
PORTVERSION= 0.65
|
||||
PORTVERSION= 0.69
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Compilation based XML processing
|
||||
|
||||
RUN_DEPENDS= p5-XML-LibXML>=1.63:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
|
||||
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \
|
||||
p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report
|
||||
RUN_DEPENDS= p5-IO>=1.22:${PORTSDIR}/devel/p5-IO \
|
||||
p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report \
|
||||
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \
|
||||
p5-XML-LibXML>=1.65:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN1= xml2yaml.1
|
||||
MAN3= XML::Compile.3 \
|
||||
XML::Compile::Schema.3 \
|
||||
XML::Compile::Iterator.3 XML::Compile::Util.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (XML-Compile-0.65.tar.gz) = 2c202788a8415a3dc5fc60a59b1410e8
|
||||
SHA256 (XML-Compile-0.65.tar.gz) = cf36a1e581894c726bae1f4fc8bba7af8e04d73716011ecd2c2cf97ae4618f29
|
||||
SIZE (XML-Compile-0.65.tar.gz) = 121561
|
||||
MD5 (XML-Compile-0.69.tar.gz) = 763f90c0334caf92fce1124d7587cc68
|
||||
SHA256 (XML-Compile-0.69.tar.gz) = dd840f47f17daeb2134ecf996af31310cefd7033bb591ca4ad12878e033c8fd0
|
||||
SIZE (XML-Compile-0.69.tar.gz) = 127218
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
bin/xml2yaml
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
|
||||
%%SITE_PERL%%/XML/Compile.pm
|
||||
%%SITE_PERL%%/XML/Compile.pod
|
||||
|
Loading…
x
Reference in New Issue
Block a user