Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
################################################################################
#
# perl-libwww-perl
#
################################################################################
PERL_LIBWWW_PERL_VERSION = 6.15
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-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))