]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - perl-HTML-Parser/perl-HTML-Parser.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / perl-HTML-Parser / perl-HTML-Parser.nm
CommitLineData
47b0a115 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
47b0a115
SS
4###############################################################################
5
802ea3af
MT
6name = perl-HTML-Parser
7version = 3.68
8release = 1
47b0a115 9
802ea3af
MT
10groups = Development/Libratries
11url = http://search.cpan.org/dist/HTML-Parser/
12license = GPL+ or Artistic
13summary = Perl module for parsing HTML.
47b0a115 14
802ea3af
MT
15description
16 The HTML-Parser module for perl to parse and extract information from
17 HTML documents, including the HTML::Entities, HTML::HeadParser,
18 HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
19end
47b0a115 20
802ea3af 21source_dl =
47b0a115 22
802ea3af 23thisapp = HTML-Parser-%{version}
47b0a115 24
802ea3af
MT
25build
26 requires
27 perl-core
28 perl-devel
29 perl(HTML::Tagset)
30 perl(Test::More)
31 end
47b0a115 32
802ea3af
MT
33 build
34 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
35 make %{PARALLELISMFLAGS}
36 end
47b0a115 37
802ea3af
MT
38 test
39 make test
40 end
41end
47b0a115 42
802ea3af
MT
43packages
44 package %{name}
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end