]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-HTML-Parser/perl-HTML-Parser.nm
kernel: udpate to 5.2
[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 6name = perl-HTML-Parser
6b368e6b 7version = 3.71
1d0547dc 8release = 1.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
6b368e6b 21source_dl = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
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)
1d0547dc 31 pakfire >= 0.9.26-3.1
802ea3af 32 end
47b0a115 33
802ea3af
MT
34 build
35 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
36 make %{PARALLELISMFLAGS}
37 end
47b0a115 38
802ea3af
MT
39 test
40 make test
41 end
42end
47b0a115 43
802ea3af
MT
44packages
45 package %{name}
6b368e6b
SS
46 requires
47 perl(:MODULE_COMPAT_%{perl_version})
48 end
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end