]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-HTML-Parser/perl-HTML-Parser.nm
Merge remote-tracking branch 'maniacikarus/samba'
[people/ms/ipfire-3.x.git] / perl-HTML-Parser / perl-HTML-Parser.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-HTML-Parser
7 version = 3.68
8 release = 1
9
10 groups = Development/Libratries
11 url = http://search.cpan.org/dist/HTML-Parser/
12 license = GPL+ or Artistic
13 summary = Perl module for parsing HTML.
14
15 description
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.
19 end
20
21 source_dl =
22
23 thisapp = HTML-Parser-%{version}
24
25 build
26 requires
27 perl-core
28 perl-devel
29 perl(HTML::Tagset)
30 perl(Test::More)
31 end
32
33 build
34 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
35 make %{PARALLELISMFLAGS}
36 end
37
38 test
39 make test
40 end
41 end
42
43 packages
44 package %{name}
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end