21 lines
616 B
Bash
21 lines
616 B
Bash
# Template file for 'perl-Module-Build'
|
|
pkgname=perl-Module-Build
|
|
version=0.4222
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Module::Build - Build and install Perl modules"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="http://search.cpan.org/dist/Module-Build/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=e74b45d9a74736472b74830599cec0d1123f992760f9cd97104f94bee800b160
|
|
|
|
pre_configure() {
|
|
unset XBPS_CROSS_BASE
|
|
}
|