5e2810fba6
LICENSE: switch to Perl Artistic see https://metacpan.org/release/OALDERS/URI-5.21/diff/SIMBABQUE/URI-5.19#LICENSE Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
441 B
Makefile
15 lines
441 B
Makefile
################################################################################
|
|
#
|
|
# perl-uri
|
|
#
|
|
################################################################################
|
|
|
|
PERL_URI_VERSION = 5.21
|
|
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
|
|
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_URI_LICENSE = Artistic-1.0-Perl or GPL-1.0+
|
|
PERL_URI_LICENSE_FILES = LICENSE
|
|
PERL_URI_DISTNAME = URI
|
|
|
|
$(eval $(perl-package))
|