aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 11:04:25 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:45:15 -0700
commit662682c75c8a920a8486343e6c3d5f373e19b65b (patch)
treefc1df466f5a16179e3e172543a276c52c2c0ef99
parent8654574e21a43f72d7d3b0ff36a7562e708351bc (diff)
downloadmeta-openembedded-contrib-662682c75c8a920a8486343e6c3d5f373e19b65b.tar.gz
libextutils-makemaker-perl: add 6.98
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-makemaker-perl_6.98.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-makemaker-perl_6.98.bb b/meta-perl/recipes-perl/libextutils/libextutils-makemaker-perl_6.98.bb
new file mode 100644
index 0000000000..8759ae8009
--- /dev/null
+++ b/meta-perl/recipes-perl/libextutils/libextutils-makemaker-perl_6.98.bb
@@ -0,0 +1,26 @@
+SUMMARY = "ExtUtils::MakeMaker - Create a module Makefile"
+DESCRIPTION = "This utility is designed to write a Makefile for an extension \
+module from a Makefile.PL. It is based on the Makefile.SH model provided by \
+Andy Dougherty and the perl5-porters."
+SECTION = "libs"
+
+HOMEPAGE = "http://metapan.org/release/ExtUtils-MakeMaker/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://META.json;md5=eec3b6484e62d92a0547f61391a37f08"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${PV}.tar.gz"
+SRC_URI[md5sum] = "3eb83b59e33159ecc700bf60ac3c357a"
+SRC_URI[sha256sum] = "2eb023189e5fa6b9dcc66858b1fde953d1f1b86f971ec5ab42dd36c172da63ef"
+
+S = "${WORKDIR}/ExtUtils-MakeMaker-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-dirhandle \
+ perl-module-file-basename \
+ perl-module-file-spec \
+ perl-module-pod-man \
+"
+
+BBCLASSEXTEND = "native"