diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb new file mode 100644 index 0000000000..2da5e3b4f4 --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy" | ||
| 2 | DESCRIPTION = "This module tries to make install path resolution as easy \ | ||
| 3 | as possible." | ||
| 4 | SECTION = "libs" | ||
| 5 | |||
| 6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" | ||
| 7 | |||
| 8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" | ||
| 10 | |||
| 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" | ||
| 12 | SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b" | ||
| 13 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | ||
| 16 | |||
| 17 | inherit cpan ptest-perl | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = " \ | ||
| 20 | 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 | |||
| 28 | RDEPENDS_${PN}-ptest = " \ | ||
| 29 | ${PN} \ | ||
| 30 | perl-module-file-spec-functions \ | ||
| 31 | perl-module-test-more \ | ||
| 32 | " | ||
| 33 | |||
| 34 | BBCLASSEXTEND = "native" | ||
