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