17 lines
568 B
Bash
17 lines
568 B
Bash
# Template build file for 'perl-SOAP-Lite'.
|
|
pkgname=perl-SOAP-Lite
|
|
version=1.20
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="perl>=5.20 perl-XML-Parser"
|
|
short_desc="Perl's Web Services Toolkit"
|
|
noarch="yes"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
license="Artistic, GPL-1"
|
|
homepage="http://search.cpan.org/dist/${pkgname/perl-/}/"
|
|
distfiles="${CPAN_SITE}/SOAP/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=7e8761be631a1790e3a3578c0a4ff4fdabb5a26089c23bde35f8ba46dbe321e1
|