libsub-exporter-progressive-perl_0.001013.bb 1.1 KB

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it."
  2. DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \
  3. that power comes great responsibility, er- as well as some runtime penalties. \
  4. This module is a \"Sub::Exporter\" wrapper that will let your users just use \
  5. \"Exporter\" if all they are doing is picking exports, but use \
  6. \"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \
  7. features, like renaming exports, if they try to use them."
  8. SECTION = "libs"
  9. HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/"
  10. LICENSE = "Artistic-1.0 | GPL-1.0+"
  11. LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1"
  12. SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz"
  13. SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe"
  14. SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056"
  15. S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}"
  16. inherit cpan
  17. RDEPENDS_${PN} += " perl-module-carp \
  18. perl-module-list-util \
  19. "
  20. BBCLASSEXTEND = "native"