16 lines
568 B
Bash
16 lines
568 B
Bash
# Template build file for 'perl-Package-Stash-XS'.
|
|
pkgname=perl-Package-Stash-XS
|
|
version=0.28
|
|
revision=3
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Faster implementation of Package::Stash"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
homepage="http://search.cpan.org/dist/Package-Stash-XS"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=23d8c5c25768ef1dc0ce53b975796762df0d6e244445d06e48d794886c32d486
|