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
+2 -2
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=perl-www-curl
PKG_VERSION:=4.17
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/S/SZ/SZBALINT/
PKG_SOURCE:=WWW-Curl-$(PKG_VERSION).tar.gz
@@ -30,7 +30,7 @@ define Package/perl-www-curl
CATEGORY:=Languages
TITLE:=Perl bindings to libcurl
URL:=http://search.cpan.org/dist/WWW-Curl/
DEPENDS:=perl +libcurl
DEPENDS:=perl +libcurl +perlbase-essential +perlbase-xsloader
endef
define Build/Configure