xkbdata: Add missing dependency to xkbcomp
[openwrt/svn-archive/archive.git] / lang / perl-html-tree / Makefile
index dfdd50a535f7064df8b668125f47e0a9ec07329b..04691d1a03ed6fecfea51a7092e48ab85b48464c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -9,7 +8,6 @@ PKG_MD5SUM:=6352f50be402301f79b580dd235d7762
 
 PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/P/PE/PETEK
 PKG_SOURCE:=HTML-Tree-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/HTML-Tree-$(PKG_VERSION)
 
@@ -21,8 +19,8 @@ SUBMENU:=Perl
 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
+URL:=http://search.cpan.org/dist/HTML-Tree/
+DEPENDS:=perl +perl-html-parser +perl-html-tagset
 endef
 
 define Build/Configure