17 lines
586 B
Bash
17 lines
586 B
Bash
# Template file for 'perl-Module-Build'
|
|
pkgname=perl-Module-Build
|
|
version=0.4220
|
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Module-Build/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=fb1207c7e799366f7a8adda3f135bf8141c4d6068505650d4db2b2d3ce34b5a2
|