aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libapp-cpanminus-perl_1.7004.bb
blob: 6ad3f079995f70a266385a791f0ad694dd903fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "App::cpanminus - get, unpack, build and install modules from CPAN"
DESCRIPTION = "cpanminus is a script to get, unpack, build and install\
modules from CPAN and does nothing else.\
It's dependency free (can bootstrap itself), requires zero configuration,\
and stands alone. When running, it requires only 10MB of RAM.\
"
HOMEPAGE = "https://github.com/miyagawa/cpanminus"
SECTION = "devel"
LICENSE = "Artistic-1.0 | GPL-1.0+"

LIC_FILES_CHKSUM = "file://LICENSE;md5=a5d414485de391eb1920bd7bc066c6a0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-${PV}.tar.gz"
SRC_URI[md5sum] = "83b0b8353be83b0e9f01e9227aea4e4f"
SRC_URI[sha256sum] = "57ee310081bd30fa103caad9d80e68e03f838f7b39ec70dfa5d771c6d7ef9284"

S = "${WORKDIR}/App-cpanminus-${PV}"

inherit cpan

BBCLASSEXTEND = "native"