649ce56f19
Some Perl packages depend on very recent versions of Module-Build which are not yet shipped with a stable perl version. But the cpan client is able to update Module-Build as pre-requirement. On Buildroot, we must install the latest Module-Build. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
442 B
Makefile
13 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# perl-module-build
|
|
#
|
|
################################################################################
|
|
|
|
PERL_MODULE_BUILD_VERSION = 0.4204
|
|
PERL_MODULE_BUILD_SOURCE = Module-Build-$(PERL_MODULE_BUILD_VERSION).tar.gz
|
|
PERL_MODULE_BUILD_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT/
|
|
PERL_MODULE_BUILD_LICENSE = Artistic or GPLv1+
|
|
|
|
$(eval $(host-perl-package))
|