2015-04-19 12:17:14 +02:00
|
|
|
config BR2_PACKAGE_PERL_MIME_BASE64
|
|
|
|
bool "perl-mime-base64"
|
2015-09-06 10:32:50 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-04-19 12:17:14 +02:00
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
The RFC 2045 encodings; base64 and quoted-printable.
|
2015-04-19 12:17:14 +02:00
|
|
|
|
2018-10-10 08:46:16 +02:00
|
|
|
https://metacpan.org/release/MIME-Base64
|
2015-09-06 10:32:50 +02:00
|
|
|
|
|
|
|
comment "perl-mime-base64 needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|