33c500fbbd
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>
15 lines
536 B
Makefile
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))
|