22 lines
644 B
Bash
22 lines
644 B
Bash
# Template file for 'perl-Module-Build'
|
|
pkgname=perl-Module-Build
|
|
version=0.4234
|
|
revision=1
|
|
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>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/Module-Build"
|
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=66aeac6127418be5e471ead3744648c766bd01482825c5b66652675f2bc86a8f
|
|
|
|
pre_configure() {
|
|
unset XBPS_CROSS_BASE
|
|
}
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/perl
|
|
}
|