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