mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
perl-*: Update dependencies
All packages should now properly depend on all perlbase- and perl- packages they need. Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl-html-tree
|
||||
PKG_VERSION:=3.23
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
PKG_MD5SUM:=6352f50be402301f79b580dd235d7762
|
||||
|
||||
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/P/PE/PETEK/
|
||||
@@ -30,7 +30,7 @@ define Package/perl-html-tree
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Represent and create HTML syntax trees
|
||||
URL:=http://search.cpan.org/dist/HTML-Tree/
|
||||
DEPENDS:=perl +perl-html-parser +perl-html-tagset
|
||||
DEPENDS:=perl +perl-html-parser +perl-html-tagset +perlbase-essential +perlbase-integer
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
||||
Reference in New Issue
Block a user