kumquat-buildroot/package/perl-libwww/perl-libwww.mk
Bernd Kuhls 78080092e8 package/perl-libwww: Fix legal-info
Fixes
http://autobuild.buildroot.net/results/6c6/6c6fb6001101ff528176b887ed8c95ef49313afb/
http://autobuild.buildroot.net/results/56d/56d42e7691d4eb1a682c49c0fa6c951d0e3069ec/

[Thomas: use the README file, since it contains a copyright notice and
the name of the license, instead of not having any license file at
all.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-20 22:25:35 +02:00

24 lines
614 B
Makefile

################################################################################
#
# perl-libwww
#
################################################################################
PERL_LIBWWW_VERSION = 6.13
PERL_LIBWWW_SITE = $(call github,libwww-perl,libwww-perl,$(PERL_LIBWWW_VERSION))
PERL_LIBWWW_LICENSE = Artistic or GPLv1+
PERL_LIBWWW_LICENSE_FILES = README
PERL_LIBWWW_DEPENDENCIES = \
perl-encode-locale \
perl-file-listing \
perl-html-parser \
perl-http-cookies \
perl-http-daemon \
perl-http-date \
perl-http-negotiate \
perl-net-http \
perl-uri \
perl-www-robotrules
$(eval $(perl-package))