kumquat-buildroot/package/perl-exporter-tiny/perl-exporter-tiny.mk
Francois Perrad 33c500fbbd package/perl-exporter-tiny: bump to version 1.006002
move homepage to https://exportertiny.github.io

LICENSE: update copyright dates & remove trailing spaces
see https://metacpan.org/release/TOBYINK/Exporter-Tiny-1.006002/diff/TOBYINK/Exporter-Tiny-1.006000#LICENSE

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

15 lines
536 B
Makefile

################################################################################
#
# perl-exporter-tiny
#
################################################################################
PERL_EXPORTER_TINY_VERSION = 1.006002
PERL_EXPORTER_TINY_SOURCE = Exporter-Tiny-$(PERL_EXPORTER_TINY_VERSION).tar.gz
PERL_EXPORTER_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK
PERL_EXPORTER_TINY_LICENSE = Artistic or GPL-1.0+
PERL_EXPORTER_TINY_LICENSE_FILES = LICENSE
PERL_EXPORTER_TINY_DISTNAME = Exporter-Tiny
$(eval $(perl-package))