17 lines
644 B
Bash
17 lines
644 B
Bash
# Template build file for 'perl-Package-Stash'.
|
|
pkgname=perl-Package-Stash
|
|
version=0.37
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl perl-Dist-CheckConflicts"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends} perl-Module-Implementation perl-Package-Stash-XS"
|
|
short_desc="Routines for manipulating stashes"
|
|
noarch="yes"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
homepage="http://search.cpan.org/dist/Package-Stash"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=06ab05388f9130cd377c0e1d3e3bafeed6ef6a1e22104571a9e1d7bfac787b2c
|