buildroot/package/perl-type-tiny/perl-type-tiny.mk
Francois Perrad 170faceeda package/perl-type-tiny: bump to version 1.008003
the year of LICENSE was upgraded:
- This software is copyright (c) 2019 by Toby Inkster.
+ This software is copyright (c) 2020 by Toby Inkster.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-01-24 20:15:00 +01:00

15 lines
506 B
Makefile

################################################################################
#
# perl-type-tiny
#
################################################################################
PERL_TYPE_TINY_VERSION = 1.008003
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))