perl-data-uuid.mk 736 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # perl-data-uuid
  4. #
  5. ################################################################################
  6. PERL_DATA_UUID_VERSION = 1.226
  7. PERL_DATA_UUID_SOURCE = Data-UUID-$(PERL_DATA_UUID_VERSION).tar.gz
  8. PERL_DATA_UUID_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
  9. # The license is documented at
  10. # https://fedoraproject.org/wiki/Licensing:MIT#HP_Variant as the "HP
  11. # Variant" of the MIT license. There is no official SPDX tag for this
  12. # license, but the other MIT variants are prefixed with "MIT-", so we
  13. # do the same here.
  14. PERL_DATA_UUID_LICENSE = MIT-HP
  15. PERL_DATA_UUID_LICENSE_FILES = LICENSE
  16. PERL_DATA_UUID_DISTNAME = Data-UUID
  17. $(eval $(perl-package))