kumquat-buildroot/package/perl-mail-dkim/perl-mail-dkim.mk
Bernd Kuhls e5cc3b6582 package/perl-mail-dkim: bump version to 0.52
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-05-11 22:02:49 +02:00

13 lines
454 B
Makefile

################################################################################
#
# perl-mail-dkim
#
################################################################################
PERL_MAIL_DKIM_VERSION = 0.52
PERL_MAIL_DKIM_SOURCE = Mail-DKIM-$(PERL_MAIL_DKIM_VERSION).tar.gz
PERL_MAIL_DKIM_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MB/MBRADSHAW
PERL_MAIL_DKIM_DEPENDENCIES = perl-crypt-openssl-rsa perl-mailtools perl-net-dns
$(eval $(perl-package))