diff options
Diffstat (limited to 'meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb new file mode 100644 index 0000000000..ce4c1f2ad1 --- /dev/null +++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Import::Into - import packages into other packages" | ||
| 2 | DESCRIPTION = "Writing exporters is a pain. Some use \"Exporter\", some use \ | ||
| 3 | \"Sub::Exporter\", some use \"Moose::Exporter\", some use \ | ||
| 4 | \"Exporter::Declare\"... and some things are pragmas.\ | ||
| 5 | \ | ||
| 6 | Exporting on someone else's behalf is harder. The exporters don't provide a \ | ||
| 7 | consistent API for this, and pragmas need to have their import method called \ | ||
| 8 | directly, since they effect the current unit of compilation. \ | ||
| 9 | \ | ||
| 10 | \"Import::Into\" provides global methods to make this painless." | ||
| 11 | |||
| 12 | SECTION = "libs" | ||
| 13 | |||
| 14 | HOMEPAGE = "https://metacpan.org/pod/Import::Into" | ||
| 15 | |||
| 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 17 | LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" | ||
| 18 | |||
| 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Import-Into-${PV}.tar.gz" | ||
| 20 | SRC_URI[sha256sum] = "bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567" | ||
| 21 | |||
| 22 | S = "${UNPACKDIR}/Import-Into-${PV}" | ||
| 23 | |||
| 24 | inherit cpan | ||
| 25 | |||
| 26 | RDEPENDS:${PN} = " libmodule-runtime-perl \ | ||
| 27 | perl-module-strict \ | ||
| 28 | perl-module-warnings \ | ||
| 29 | " | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native" | ||
