libclass-method-modifiers-perl_2.13.bb 928 B

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers"
  2. DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \
  3. (Common Lisp Object System) world."
  4. SECTION = "libs"
  5. HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/"
  6. LICENSE = "Artistic-1.0 | GPL-1.0+"
  7. LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058"
  8. SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
  9. SRC_URI[md5sum] = "b1398e3682aa2e075b913b9f9000b596"
  10. SRC_URI[sha256sum] = "ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63"
  11. S = "${WORKDIR}/Class-Method-Modifiers-${PV}"
  12. inherit cpan
  13. RDEPENDS_${PN} = " perl-module-b \
  14. perl-module-base \
  15. perl-module-carp \
  16. perl-module-exporter \
  17. perl-module-strict \
  18. perl-module-warnings \
  19. "
  20. BBCLASSEXTEND = "native"