]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - 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
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
8release = 1
9arch = noarch
10
11thisapp = XML-SAX-Base-%{version}
12
13groups = Development/Libraries
14url = http://search.cpan.org/dist/XML-SAX-Base/
15license = GPL+ or Artistic
16summary = Base class SAX drivers and filters.
17
18description
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.
23end
24
25source_dl = http://www.cpan.org/authors/id/G/GR/GRANTM/
26
27build
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
44end
45
46packages
47 package %{name}
48end