[packages] perl: use select-style dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-21 01:08:09 +00:00
parent 4d10ee4dd1
commit b8235244f9
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ SECTION:=lang
CATEGORY:=Languages
TITLE:=A collection of modules that parse HTML text documents
URL:=http://search.cpan.org/~gaas/HTML-Parser/
DEPENDS:=perl perl-html-tagset perl-uri
DEPENDS:=perl +perl-html-tagset +perl-uri
endef
define Build/Configure

View File

@ -20,7 +20,7 @@ SECTION:=lang
CATEGORY:=Languages
TITLE:=represent and create HTML syntax trees
URL:=http://search.cpan.org/~petdance/HTML-Tree/
DEPENDS:=perl perl-html-parser perl-html-tagset
DEPENDS:=perl +perl-html-parser +perl-html-tagset
endef
define Build/Configure

View File

@ -20,7 +20,7 @@ SECTION:=lang
CATEGORY:=Languages
TITLE:=Perl bindings to libcurl
URL:=http://search.cpan.org/~crisb/WWW-Curl-3.02/
DEPENDS:=libcurl perl
DEPENDS:=perl +libcurl
endef
define Build/Configure

View File

@ -20,7 +20,7 @@ SECTION:=lang
CATEGORY:=Languages
TITLE:=WWW client/server library for Perl (aka LWP)
URL:=http://search.cpan.org/dist/libwww-perl/
DEPENDS:=perl perl-html-parser perl-uri
DEPENDS:=perl +perl-html-parser +perl-uri
endef
define Build/Configure

View File

@ -780,7 +780,7 @@ $(eval $(call BuildPackage,perlbase-flush))
define Package/perlbase-gdbm-file
$(call Package/perlbase-template)
TITLE:=GDBM_File perl module
DEPENDS+=libgdbm
DEPENDS+= +libgdbm
endef
define Package/perlbase-gdbm-file/install