lang/perl-*: Cleanup, fix formatting

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia
2014-07-23 09:11:41 +02:00
parent 916b4b4aee
commit 2df9bd2cde
12 changed files with 73 additions and 70 deletions
+7 -7
View File
@@ -10,10 +10,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=perl-html-parser
PKG_VERSION:=3.71
PKG_RELEASE:=1
PKG_MD5SUM:=9128a45893097dfa3bf03301b19c5efe
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GA/GAAS/
PKG_SOURCE:=HTML-Parser-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=9128a45893097dfa3bf03301b19c5efe
PKG_LICENSE:=GPLv1+ ARTISTIC
@@ -23,12 +23,12 @@ include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk
define Package/perl-html-parser
SUBMENU:=Perl
SECTION:=lang
CATEGORY:=Languages
TITLE:=A collection of modules that parse HTML text documents
URL:=http://search.cpan.org/dist/HTML-Parser/
DEPENDS:=perl +perl-html-tagset +perl-uri
SUBMENU:=Perl
SECTION:=lang
CATEGORY:=Languages
TITLE:=A collection of modules that parse HTML text documents
URL:=http://search.cpan.org/dist/HTML-Parser/
DEPENDS:=perl +perl-html-tagset +perl-uri
endef
define Build/Configure