]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-HTML-Tagset/perl-HTML-Tagset.nm
perl: Recompile all modules
[ipfire-3.x.git] / perl-HTML-Tagset / perl-HTML-Tagset.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-Tagset
7 version = 3.20
8 release = 3
9 thisapp = HTML-Tagset-%{version}
10
11 groups = Development/Libratries
12 url = http://search.cpan.org/dist/HTML-Tagset/
13 license = GPL+ or Artistic
14 summary = HTML::Tagset - data tables useful in parsing HTML.
15
16 description
17 This module contains several data tables useful in various kinds of
18 HTML parsing operations, such as tag and entity names.
19 end
20
21 source_dl = http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/
22
23 build
24 arches = noarch
25
26 requires
27 perl(ExtUtils::MakeMaker)
28 perl(Test::More)
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor
33 make %{PARALLELISMFLAGS}
34 end
35
36 test
37 make test
38 end
39 end
40
41 packages
42 package %{name}
43 end