]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - perl-XML-SAX-Base/perl-XML-SAX-Base.nm
b418b66153a0062367756897c195cb3217e40de8
[people/pmueller/ipfire-3.x.git] / perl-XML-SAX-Base / perl-XML-SAX-Base.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-XML-SAX-Base
7 version = 1.08
8 release = 1
9
10 thisapp = XML-SAX-Base-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/XML-SAX-Base/
14 license = GPL+ or Artistic
15 summary = Base class SAX drivers and filters.
16
17 description
18 This module has a very simple task - to be a base class for Perl SAX drivers
19 and filters. Its default behavior is to pass the input directly to the
20 output unchanged. It can be useful to use this module as a base class so
21 you don't have to, for example, implement the characters() callback.
22 end
23
24 source_dl = http://www.cpan.org/authors/id/G/GR/GRANTM/
25
26 build
27 arches = noarch
28
29 requires
30 perl(base)
31 perl(Carp)
32 perl(ExtUtils::MakeMaker) >= 6.42
33 perl(Test)
34 perl(Test::More) >= 0.47
35 end
36
37 build
38 perl Makefile.PL INSTALLDIRS=vendor
39 make %{PARALLELISMFLAGS}
40 end
41
42 test
43 make test
44 end
45 end
46
47 packages
48 package %{name}
49 end