diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb deleted file mode 100644 index 8534822e62..0000000000 --- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders" | ||
2 | DESCRIPTION = "This module provides various portable helper function for module building modules." | ||
3 | SECTION = "libs" | ||
4 | |||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/" | ||
6 | |||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=223c04045664f72c3a6556462612bddd" | ||
9 | |||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "83b00c1e401321c425ae5db6b2b2fd12" | ||
12 | SRC_URI[sha256sum] = "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416" | ||
13 | |||
14 | S = "${WORKDIR}/ExtUtils-Helpers-${PV}" | ||
15 | |||
16 | inherit cpan | ||
17 | |||
18 | RDEPENDS:${PN} = " perl-module-file-copy \ | ||
19 | perl-module-extutils-makemaker \ | ||
20 | perl-module-exporter \ | ||
21 | perl-module-carp \ | ||
22 | perl-module-test-more \ | ||
23 | perl-module-text-parsewords \ | ||
24 | perl-module-load \ | ||
25 | perl-module-file-temp \ | ||
26 | perl-module-file-spec-functions \ | ||
27 | " | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||