21 lines
616 B
Bash
21 lines
616 B
Bash
# Template file for 'perl-Module-Build'
|
|
pkgname=perl-Module-Build
|
|
version=0.4224
|
|
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=a6ca15d78244a7b50fdbf27f85c85f4035aa799ce7dd018a0d98b358ef7bc782
|
|
|
|
pre_configure() {
|
|
unset XBPS_CROSS_BASE
|
|
}
|