]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-XML-SAX-Base/perl-XML-SAX-Base.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / perl-XML-SAX-Base / perl-XML-SAX-Base.nm
CommitLineData
a58cb9c8
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-XML-SAX-Base
7version = 1.08
e0d866c0 8release = 2
a58cb9c8
SS
9
10thisapp = XML-SAX-Base-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/XML-SAX-Base/
14license = GPL+ or Artistic
15summary = Base class SAX drivers and filters.
16
17description
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.
22end
23
24source_dl = http://www.cpan.org/authors/id/G/GR/GRANTM/
25
26build
5cd803df
MT
27 arches = noarch
28
a58cb9c8
SS
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
45end
46
47packages
48 package %{name}
49end