The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / perl-digest-hmac / perl-digest-hmac.mk
1 ################################################################################
2 #
3 # perl-digest-hmac
4 #
5 ################################################################################
6
7 PERL_DIGEST_HMAC_VERSION = 1.03
8 PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz
9 PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
10 PERL_DIGEST_HMAC_DEPENDENCIES = perl
11 PERL_DIGEST_HMAC_LICENSE = Artistic or GPLv1+
12 PERL_DIGEST_HMAC_LICENSE_FILES = README
13
14 $(eval $(perl-package))