blob: 07dab4e16154290577a9317dbdffc096f31d8bb7 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
2DESCRIPTION = "This module tries to make install path resolution as easy \
3as possible."
4SECTION = "libs"
5
6HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/"
7
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishop15ae2502019-06-18 21:44:24 -04009LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
12SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
13SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
14
15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
16
17inherit cpan ptest-perl
18
Patrick Williams213cb262021-08-07 19:21:33 -050019RDEPENDS:${PN} = " \
Brad Bishop15ae2502019-06-18 21:44:24 -040020 libextutils-config-perl \
21 perl-module-bytes \
22 perl-module-data-dumper \
23 perl-module-extutils-makemaker \
24 perl-module-file-temp \
25 perl-module-test-more \
26"
27
Patrick Williams213cb262021-08-07 19:21:33 -050028RDEPENDS:${PN}-ptest = " \
Brad Bishop15ae2502019-06-18 21:44:24 -040029 ${PN} \
30 perl-module-file-spec-functions \
31 perl-module-test-more \
32"
33
34BBCLASSEXTEND = "native"