summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb
new file mode 100644
index 000000000..6eb434a95
--- /dev/null
+++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.011.bb
@@ -0,0 +1,25 @@
1SUMMARY = "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
8LICENSE = "Artistic-1.0 | GPL-1.0+"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
12SRC_URI[md5sum] = "9c75894c3c8c899ab6bfafc5eaa97999"
13SRC_URI[sha256sum] = "7609fa048cdcf1451cad5b1d7d494f30e3d5bad0672d15404f1ea60e1df0067c"
14
15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
16
17inherit cpan
18
19RDEPENDS_${PN} = " perl-module-extutils-makemaker \
20 perl-module-data-dumper \
21 perl-module-test-more \
22 perl-module-file-temp \
23"
24
25BBCLASSEXTEND = "native"