kumquat-buildroot/package/perl-type-tiny/perl-type-tiny.mk
Francois Perrad afbef42170 package/perl-tiny-type: bump to version 2.004000
LICENSE: update copyright dates & remove trailing spaces
see  https://metacpan.org/release/TOBYINK/Type-Tiny-2.004000/diff/TOBYINK/Type-Tiny-1.012004#LICENSE

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-09-29 22:26:22 +02:00

15 lines
496 B
Makefile

################################################################################
#
# perl-type-tiny
#
################################################################################
PERL_TYPE_TINY_VERSION = 2.004000
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 = LICENSE
PERL_TYPE_TINY_DISTNAME = Type-Tiny
$(eval $(perl-package))