mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 05:31:18 +01:00
14 lines
468 B
Makefile
14 lines
468 B
Makefile
################################################################################
|
|
#
|
|
# perl-mime-base64
|
|
#
|
|
################################################################################
|
|
|
|
PERL_MIME_BASE64_VERSION = 3.15
|
|
PERL_MIME_BASE64_SOURCE = MIME-Base64-$(PERL_MIME_BASE64_VERSION).tar.gz
|
|
PERL_MIME_BASE64_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
|
|
PERL_MIME_BASE64_LICENSE = Artistic or GPL-1.0+
|
|
PERL_MIME_BASE64_LICENSE_FILES = README
|
|
|
|
$(eval $(perl-package))
|