perl-XML-Simple: update to 2.20.
This commit is contained in:
parent
605933b068
commit
5a78be05f0
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template build file for 'perl-XML-Simple'.
|
# Template build file for 'perl-XML-Simple'.
|
||||||
pkgname=perl-XML-Simple
|
pkgname=perl-XML-Simple
|
||||||
version=2.18
|
version=2.20
|
||||||
revision=3
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="XML-Simple-$version"
|
wrksrc="XML-Simple-$version"
|
||||||
distfiles="${CPAN_SITE}/XML/XML-Simple-$version.tar.gz"
|
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
fulldepends="perl>=5.16 expat perl-XML-Parser perl-XML-SAX"
|
fulldepends="perl>=5.16 expat perl-XML-Parser perl-XML-SAX"
|
||||||
short_desc="Easy Perl API to read/write XML"
|
short_desc="Easy Perl API to read/write XML"
|
||||||
homepage="http://search.cpan.org/dist/XML-Simple/"
|
homepage="http://search.cpan.org/dist/XML-Simple/"
|
||||||
license="GPL-1+/Artistic"
|
license="GPL-1+/Artistic"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826
|
distfiles="${CPAN_SITE}/XML/XML-Simple-$version.tar.gz"
|
||||||
|
checksum=5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a
|
||||||
long_desc="
|
long_desc="
|
||||||
This Perl module provides an easy API to read and write XML
|
This Perl module provides an easy API to read and write XML
|
||||||
(especially configuration files)."
|
(especially configuration files)."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
Loading…
Reference in a new issue