kumquat-buildroot/package/perl-file-listing/perl-file-listing.mk
Francois Perrad 5e5eaf1b69 package/perl-file-listing: bump to version 6.16
LICENSE: update copyright dates & remove trailing spaces
see https://metacpan.org/release/PLICEASE/File-Listing-6.16/diff/PLICEASE/File-Listing-6.14#LICENSE

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

15 lines
523 B
Makefile

################################################################################
#
# perl-file-listing
#
################################################################################
PERL_FILE_LISTING_VERSION = 6.16
PERL_FILE_LISTING_SOURCE = File-Listing-$(PERL_FILE_LISTING_VERSION).tar.gz
PERL_FILE_LISTING_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
PERL_FILE_LISTING_LICENSE = Artistic or GPL-1.0+
PERL_FILE_LISTING_LICENSE_FILES = LICENSE
PERL_FILE_LISTING_DISTNAME = File-Listing
$(eval $(perl-package))