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

package/perl-encode-locale: new package

parent fe2df45c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -504,6 +504,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
	source "package/perl-datetime-tiny/Config.in"
	source "package/perl-digest-hmac/Config.in"
	source "package/perl-encode-locale/Config.in"
	source "package/perl-file-util/Config.in"
	source "package/perl-gd/Config.in"
	source "package/perl-gdgraph/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_ENCODE_LOCALE
	bool "perl-encode-locale"
	help
	  Determine the locale encoding

	  https://github.com/gisle/encode-locale
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    0565984b048732e4fd1315212f21d462 Encode-Locale-1.04.tar.gz
sha256 33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4 Encode-Locale-1.04.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-encode-locale
#
################################################################################

PERL_ENCODE_LOCALE_VERSION = 1.04
PERL_ENCODE_LOCALE_SOURCE = Encode-Locale-$(PERL_ENCODE_LOCALE_VERSION).tar.gz
PERL_ENCODE_LOCALE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_ENCODE_LOCALE_DEPENDENCIES = perl
PERL_ENCODE_LOCALE_LICENSE = Artistic or GPLv1+
PERL_ENCODE_LOCALE_LICENSE_FILES = README

$(eval $(perl-package))