Commit 90c62ef5 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-mime-base64: New package

parent 15f46e33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -522,6 +522,7 @@ menu "Perl libraries/modules"
	source "package/perl-json-tiny/Config.in"
	source "package/perl-libwww/Config.in"
	source "package/perl-lwp-mediatypes/Config.in"
	source "package/perl-mime-base64/Config.in"
	source "package/perl-mojolicious/Config.in"
	source "package/perl-net-dns/Config.in"
	source "package/perl-net-http/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_MIME_BASE64
	bool "perl-mime-base64"
	help
	  This package contains a base64 encoder/decoder and a quoted-printable
	  encoder/decoder.

	  http://github.com/gisle/mime-base64
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    ef958dc2bf96be5f759391c6ac1debd4 MIME-Base64-3.15.tar.gz
sha256 7f863566a6a9cb93eda93beadb77d9aa04b9304d769cea3bb921b9a91b3a1eb9 MIME-Base64-3.15.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# 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_DEPENDENCIES = perl
PERL_MIME_BASE64_LICENSE = Artistic or GPLv1+
PERL_MIME_BASE64_LICENSE_FILES = README

$(eval $(perl-package))