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:
Marcel Denia
2015-06-28 16:52:32 +02:00
parent 7599e8e430
commit 9bf03cb1f5
28 changed files with 38 additions and 38 deletions

View File

@@ -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