buildroot/package/perl-class-std/perl-class-std.mk
Christopher McCrory baed636042 perl-class-std: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-12 23:15:47 +02:00

15 lines
508 B
Makefile

################################################################################
#
# perl-class-std
#
################################################################################
PERL_CLASS_STD_VERSION = 0.013
PERL_CLASS_STD_SOURCE = Class-Std-$(PERL_CLASS_STD_VERSION).tar.gz
PERL_CLASS_STD_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CH/CHORNY
PERL_CLASS_STD_DEPENDENCIES = host-perl-module-build
PERL_CLASS_STD_LICENSE = Artistic or GPL-1.0+
PERL_CLASS_STD_LICENSE_FILES = README
$(eval $(perl-package))