buildroot/package/perl-type-tiny/perl-type-tiny.mk
Francois Perrad eb339260a2 package/perl-type-tiny: bump to version 1.010001
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-25 14:48:16 +02:00

15 lines
506 B
Makefile

################################################################################
#
# perl-type-tiny
#
################################################################################
PERL_TYPE_TINY_VERSION = 1.010001
PERL_TYPE_TINY_SOURCE = Type-Tiny-$(PERL_TYPE_TINY_VERSION).tar.gz
PERL_TYPE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK
PERL_TYPE_TINY_LICENSE = Artistic or GPL-1.0+
PERL_TYPE_TINY_LICENSE_FILES = COPYRIGHT LICENSE
PERL_TYPE_TINY_DISTNAME = Type-Tiny
$(eval $(perl-package))