17 lines
547 B
Bash
17 lines
547 B
Bash
# Template file for 'cpanminus'
|
|
pkgname=cpanminus
|
|
version=1.7043
|
|
revision=1
|
|
wrksrc="App-${pkgname}-${version}"
|
|
noarch=yes
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Get, unpack, build and install modules from CPAN"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="https://metacpan.org/pod/App::cpanminus"
|
|
license="GPL-1, Artistic"
|
|
distfiles="${CPAN_SITE}/App/App-${pkgname}-${version}.tar.gz"
|
|
checksum=68a06f7da80882a95bc02c92c7ee305846fb6ab648cf83678ea945e44ad65c65
|