kumquat-buildroot/package/perl-plack/perl-plack.mk
Francois Perrad e76d46db79 package/perl-plack: bump to version 1.0050
LICENSE: remove trailing spaces
see https://metacpan.org/release/MIYAGAWA/Plack-1.0050/diff/MIYAGAWA/Plack-1.0048#LICENSE

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

16 lines
513 B
Makefile

################################################################################
#
# perl-plack
#
################################################################################
PERL_PLACK_VERSION = 1.0050
PERL_PLACK_SOURCE = Plack-$(PERL_PLACK_VERSION).tar.gz
PERL_PLACK_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIYAGAWA
PERL_PLACK_DEPENDENCIES = host-perl-file-sharedir-install
PERL_PLACK_LICENSE = Artistic or GPL-1.0+
PERL_PLACK_LICENSE_FILES = LICENSE
PERL_PLACK_DISTNAME = Plack
$(eval $(perl-package))