16 lines
586 B
Bash
16 lines
586 B
Bash
# Template file for 'perl-Module-Build'
|
|
pkgname=perl-Module-Build
|
|
version=0.4214
|
|
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=c579488918cf4db84954a550c475272b3c25f5100c739339e91a65d7c055dc3f
|