buildroot/package/perl-encode-detect/perl-encode-detect.mk
Bernd Kuhls eadface39e package/perl-encode-detect: new package
[Thomas:
 - rewrap Config.in help text
 - fix license, it's MPL-1.1, not 'open_source'.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-26 12:08:16 +02:00

15 lines
537 B
Makefile

################################################################################
#
# perl-encode-detect
#
################################################################################
PERL_ENCODE_DETECT_VERSION = 1.01
PERL_ENCODE_DETECT_SOURCE = Encode-Detect-$(PERL_ENCODE_DETECT_VERSION).tar.gz
PERL_ENCODE_DETECT_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JG/JGMYERS
PERL_ENCODE_DETECT_DEPENDENCIES = perl host-perl-module-build
PERL_ENCODE_DETECT_LICENSE = MPL-1.1
PERL_ENCODE_DETECT_LICENSE_FILES = LICENSE
$(eval $(perl-package))