17 lines
576 B
Bash
17 lines
576 B
Bash
|
# Template file for 'perl-XML-Smart'
|
||
|
pkgname=perl-XML-Smart
|
||
|
version=1.78
|
||
|
revision=1
|
||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||
|
build_style=perl-module
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="perl perl-Object-MultiType"
|
||
|
depends="${makedepends}"
|
||
|
short_desc="A smart, easy and powerful way to access or create XML"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="Artistic, GPL-1"
|
||
|
homepage="http://search.cpan.org/dist/XML-Smart"
|
||
|
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
||
|
checksum=51310e9328a4902908f8f12b6c3ab2e368d829c3c1bb267acddb0081f51d8dc3
|
||
|
noarch=yes
|