mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
perl-html-tagset: restructure and update to 3.24
Changed maintainer to @jw2013 Updated Makefile to use metacpan.mk download helper Changelog: https://metacpan.org/dist/HTML-Tagset/changes Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
ebfb47aa74
commit
bb518503a2
@@ -1,37 +1,34 @@
|
||||
#
|
||||
# Copyright (C) 2014 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-html-tagset
|
||||
PKG_VERSION:=3.20
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=3.24
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/P/PE/PETDANCE/
|
||||
PKG_SOURCE:=HTML-Tagset-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2
|
||||
METACPAN_NAME:=HTML-Tagset
|
||||
METACPAN_AUTHOR:=PETDANCE
|
||||
PKG_HASH:=eb89e145a608ed1f8f141a57472ee5f69e67592a432dcd2e8b1dbb445f2b230b
|
||||
|
||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/HTML-Tagset-$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
|
||||
PKG_LICENSE:=Artistic-2.0
|
||||
|
||||
include ../metacpan.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../perl/perlmod.mk
|
||||
include ../perlmod.mk
|
||||
|
||||
define Package/perl-html-tagset
|
||||
SUBMENU:=Perl
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Data tables pertaining to HTML
|
||||
URL:=http://search.cpan.org/dist/HTML-Tagset/
|
||||
TITLE:=Data tables useful in parsing HTML
|
||||
URL:=https://metacpan.org/pod/HTML::Tagset
|
||||
DEPENDS:=perl +perlbase-essential
|
||||
endef
|
||||
|
||||
define Package/perl-html-tagset/description
|
||||
This module contains several data tables useful in
|
||||
various kinds of HTML parsing operations.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call perlmod/Configure,,)
|
||||
endef
|
||||
@@ -44,5 +41,4 @@ define Package/perl-html-tagset/install
|
||||
$(call perlmod/Install,$(1),HTML)
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,perl-html-tagset))
|
||||
|
||||
Reference in New Issue
Block a user