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