]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-HTML-Parser/perl-HTML-Parser.nm
pcengines-firmware: update to 4.9.0.7
[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.71
8 release = 1.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 = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
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 pakfire >= 0.9.26-3.1
32 end
33
34 build
35 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
36 make %{PARALLELISMFLAGS}
37 end
38
39 test
40 make test
41 end
42 end
43
44 packages
45 package %{name}
46 requires
47 perl(:MODULE_COMPAT_%{perl_version})
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end