buildroot/package/perl-class-std-fast/perl-class-std-fast.mk
Christopher McCrory b434dc40ba perl-class-std-fast: 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-13 12:05:12 +02:00

15 lines
544 B
Makefile

################################################################################
#
# perl-class-std-fast
#
################################################################################
PERL_CLASS_STD_FAST_VERSION = v0.0.8
PERL_CLASS_STD_FAST_SOURCE = Class-Std-Fast-$(PERL_CLASS_STD_FAST_VERSION).tar.gz
PERL_CLASS_STD_FAST_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AC/ACID
PERL_CLASS_STD_FAST_DEPENDENCIES = perl-class-std
PERL_CLASS_STD_FAST_LICENSE = Artistic or GPL-1.0+
PERL_CLASS_STD_FAST_LICENSE_FILES = README
$(eval $(perl-package))