kumquat-buildroot/package/perl-digest-hmac/perl-digest-hmac.mk
Bernd Kuhls c38872a46c package/perl-digest-hmac: bump version to 1.04
Added by scancpan:
- new project URL
- new SITE
- new license file
- reformatted hashes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-04-03 15:53:52 +02:00

15 lines
513 B
Makefile

################################################################################
#
# perl-digest-hmac
#
################################################################################
PERL_DIGEST_HMAC_VERSION = 1.04
PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz
PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AR/ARODLAND
PERL_DIGEST_HMAC_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_HMAC_LICENSE_FILES = LICENSE
PERL_DIGEST_HMAC_DISTNAME = Digest-HMAC
$(eval $(perl-package))