mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 21:51:40 +01:00
15 lines
498 B
Makefile
15 lines
498 B
Makefile
################################################################################
|
|
#
|
|
# perl-mailtools
|
|
#
|
|
################################################################################
|
|
|
|
PERL_MAILTOOLS_VERSION = 2.19
|
|
PERL_MAILTOOLS_SOURCE = MailTools-$(PERL_MAILTOOLS_VERSION).tar.gz
|
|
PERL_MAILTOOLS_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MA/MARKOV
|
|
PERL_MAILTOOLS_DEPENDENCIES = perl-timedate
|
|
PERL_MAILTOOLS_LICENSE = Artistic or GPL-1.0+
|
|
PERL_MAILTOOLS_LICENSE_FILES = README
|
|
|
|
$(eval $(perl-package))
|