Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))