2ab02505d5
This move is necessary to sync the package with scancpan output as suggested by Francois. http://lists.busybox.net/pipermail/buildroot/2015-April/126406.html Since perl-libwww was never part of any official buildroot release I did not bother the include legavy handling of its options ;) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
28 lines
743 B
Makefile
28 lines
743 B
Makefile
################################################################################
|
|
#
|
|
# perl-libwww-perl
|
|
#
|
|
################################################################################
|
|
|
|
PERL_LIBWWW_PERL_VERSION = 6.13
|
|
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
|
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
|
PERL_LIBWWW_PERL_LICENSE = Artistic or GPLv1+
|
|
PERL_LIBWWW_LICENSE_FILES = README
|
|
PERL_LIBWWW_PERL_DEPENDENCIES = \
|
|
perl \
|
|
perl-encode-locale \
|
|
perl-file-listing \
|
|
perl-html-parser \
|
|
perl-http-cookies \
|
|
perl-http-daemon \
|
|
perl-http-date \
|
|
perl-http-message \
|
|
perl-http-negotiate \
|
|
perl-lwp-mediatypes \
|
|
perl-net-http \
|
|
perl-uri \
|
|
perl-www-robotrules
|
|
|
|
$(eval $(perl-package))
|