kumquat-buildroot/package/perl-role-tiny/perl-role-tiny.mk
Francois Perrad ed1e005588 package/perl-role-tiny: bump to version 2.000008
The project now ships a proper LICENSE file, with the complete license
text, so we use it instead of the README file. The license remains the
same as Perl, i.e Artistic license or GPL-1.0+.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-17 22:33:08 +02:00

15 lines
494 B
Makefile

################################################################################
#
# perl-role-tiny
#
################################################################################
PERL_ROLE_TINY_VERSION = 2.000008
PERL_ROLE_TINY_SOURCE = Role-Tiny-$(PERL_ROLE_TINY_VERSION).tar.gz
PERL_ROLE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_ROLE_TINY_LICENSE = Artistic or GPL-1.0+
PERL_ROLE_TINY_LICENSE_FILES = LICENSE
PERL_ROLE_TINY_DISTNAME = Role-Tiny
$(eval $(perl-package))