kumquat-buildroot/package/perl-uri/perl-uri.mk
Bernd Kuhls 0d924b20fc package/perl-uri: bump version to 5.17
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-01-12 20:15:04 +01:00

15 lines
432 B
Makefile

################################################################################
#
# perl-uri
#
################################################################################
PERL_URI_VERSION = 5.17
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_URI_LICENSE = Artistic or GPL-1.0+
PERL_URI_LICENSE_FILES = LICENSE
PERL_URI_DISTNAME = URI
$(eval $(perl-package))