aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
blob: 07dab4e16154290577a9317dbdffc096f31d8bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
DESCRIPTION = "This module tries to make install path resolution as easy \
as possible."
SECTION = "libs"

HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/"

LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"

SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"

S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"

inherit cpan ptest-perl

RDEPENDS:${PN} = " \
    libextutils-config-perl \
    perl-module-bytes \
    perl-module-data-dumper \
    perl-module-extutils-makemaker \
    perl-module-file-temp \
    perl-module-test-more \
"

RDEPENDS:${PN}-ptest = " \
    ${PN} \
    perl-module-file-spec-functions \
    perl-module-test-more \
"

BBCLASSEXTEND = "native"