diff options
Diffstat (limited to 'meta/recipes-lsb4/perl')
-rw-r--r-- | meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb new file mode 100644 index 0000000000..8476b94532 --- /dev/null +++ b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Perl module for provides screen dump of Perl data." | ||
2 | DESCRIPTION = "Perl module for provides screen dump of Perl data." | ||
3 | |||
4 | HOMEPAGE = "http://search.cpan.org/~flora/Dumpvalue/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
7 | PR = "r0" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=31013c0a67276e1ca20f358868cf99ab" | ||
10 | |||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Dumpvalue-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "bef29bf25717db250929bf2b065c4183" | ||
14 | SRC_URI[sha256sum] = "8204ea8f95dc6b137e225702e9bacaa23646ffa8c1c9eef45fa06a7f19f338f2" | ||
15 | |||
16 | S = "${WORKDIR}/Dumpvalue-${PV}" | ||
17 | |||
18 | inherit cpan | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||