diff options
| -rw-r--r-- | meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb new file mode 100644 index 0000000000..4ee221a8a0 --- /dev/null +++ b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Dynamic prerequisites in meta files" | ||
| 2 | DESCRIPTION = "This module implements a format for describing dynamic prerequisites \ | ||
| 3 | of a distribution.cts and (by default) mails MIME messages." | ||
| 4 | HOMEPAGE = "https://metacpan.org/pod/CPAN::Requirements::Dynamic" | ||
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=818dfe6ef2e2204af6c824ca00e2b485" | ||
| 7 | |||
| 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/CPAN-Requirements-Dynamic-${PV}.tar.gz" | ||
| 9 | SRC_URI[sha256sum] = "9e290179fd1ab8574f7a2297baf015ea4fef3703a99d48798f61ec9347b4905b" | ||
| 10 | |||
| 11 | S = "${UNPACKDIR}/CPAN-Requirements-Dynamic-${PV}" | ||
| 12 | |||
| 13 | inherit cpan | ||
