mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
perl-www: restructure and update to 6.78
Changed maintainer to @jw2013 Updated Makefile to use metacpan.mk download helper Changelog: https://metacpan.org/dist/libwww-perl/changes Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
f48ef299a4
commit
1d33c0ed9d
@@ -1,36 +1,34 @@
|
||||
#
|
||||
# Copyright (C) 2013-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl-www
|
||||
PKG_VERSION:=6.43
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=6.78
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/O/OA/OALDERS
|
||||
PKG_SOURCE:=libwww-perl-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=e9849d7ee6fd0e89cc999e63d7612c951afd6aeea6bc721b767870d9df4ac40d
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/libwww-perl-$(PKG_VERSION)
|
||||
METACPAN_NAME:=libwww-perl
|
||||
METACPAN_AUTHOR:=OALDERS
|
||||
PKG_HASH:=b738bdcf54e2c6bb81fd2b83ec47bc83347f97b371ea80f0dc10360f817a9a44
|
||||
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
|
||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_CPE_ID:=cpe:/a:search.cpan:libwww-perl
|
||||
|
||||
include ../metacpan.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../perl/perlmod.mk
|
||||
include ../perlmod.mk
|
||||
|
||||
define Package/perl-www
|
||||
SUBMENU:=Perl
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=WWW client/server library for Perl (aka LWP)
|
||||
URL:=https://search.cpan.org/dist/libwww-perl/
|
||||
DEPENDS:=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-try-tiny +perl-uri +perl-www-robotrules +perlbase-base +perlbase-digest +perlbase-encode +perlbase-essential +perlbase-io +perlbase-mime +perlbase-net
|
||||
TITLE:=The World-Wide Web library for Perl
|
||||
URL:=https://metacpan.org/pod/LWP
|
||||
DEPENDS:=perl +perlbase-base +perlbase-digest +perlbase-encode +perlbase-essential +perlbase-io +perlbase-mime +perlbase-net +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-try-tiny +perl-uri +perl-www-robotrules
|
||||
endef
|
||||
|
||||
define Package/perl-www/description
|
||||
The libwww-perl collection is a set of Perl modules
|
||||
which provides a simple and consistent application
|
||||
programming interface (API) to the World-Wide Web.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
@@ -42,8 +40,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/perl-www/install
|
||||
$(call perlmod/Install,$(1),LWP.pm LWP LWP)
|
||||
$(call perlmod/Install,$(1),LWP.pm LWP)
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,perl-www))
|
||||
|
||||
Reference in New Issue
Block a user