buildroot/package/perl-file-slurp/perl-file-slurp.mk
Christopher McCrory 61bc823035 perl-file-slurp: 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:40:27 +02:00

14 lines
462 B
Makefile

################################################################################
#
# perl-file-slurp
#
################################################################################
PERL_FILE_SLURP_VERSION = 9999.19
PERL_FILE_SLURP_SOURCE = File-Slurp-$(PERL_FILE_SLURP_VERSION).tar.gz
PERL_FILE_SLURP_SITE = $(BR2_CPAN_MIRROR)/authors/id/U/UR/URI
PERL_FILE_SLURP_LICENSE = Artistic or GPL-1.0+
PERL_FILE_SLURP_LICENSE_FILES = README
$(eval $(perl-package))