]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-SGMLSpm/perl-SGMLSpm.nm
perl-SGMLSpm: Update to 1.1
[people/pmueller/ipfire-3.x.git] / perl-SGMLSpm / perl-SGMLSpm.nm
CommitLineData
ef516633
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-SGMLSpm
92f2bdd0 7version = 1.1
ef516633 8release = 1
92f2bdd0 9thisapp = SGMLSpm-%{version}
ef516633
SS
10arch = noarch
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/SGMLSpm/
14license = GPLv2+
15summary = Perl library for parsing the output of nsgmls.
16
17description
18 Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML
19 documents into new formats.
20end
21
92f2bdd0 22source_dl = https://cpan.metacpan.org/authors/id/R/RA/RAAB/
ef516633
SS
23
24build
92f2bdd0
MT
25 requires
26 perl(ExtUtils::MakeMaker)
27 end
ef516633 28
92f2bdd0
MT
29 build
30 perl Makefile.PL INSTALLDIRS=vendor
31 make %{PARALLELISMFLAGS}
32 end
ef516633 33
92f2bdd0
MT
34 test
35 make test
ef516633
SS
36 end
37end
38
39packages
40 package %{name}
41end