mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-09 22:14:20 +08:00
5e1fa80cc3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
512 B
Makefile
15 lines
512 B
Makefile
################################################################################
|
|
#
|
|
# perl-libwww-perl
|
|
#
|
|
################################################################################
|
|
|
|
PERL_LIBWWW_PERL_VERSION = 6.52
|
|
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
|
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_LIBWWW_PERL_LICENSE = Artistic or GPL-1.0+
|
|
PERL_LIBWWW_PERL_LICENSE_FILES = LICENSE
|
|
PERL_LIBWWW_PERL_DISTNAME = libwww-perl
|
|
|
|
$(eval $(perl-package))
|