]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/perl-Test-Simple/perl-Test-Simple.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / perl-Test-Simple / perl-Test-Simple.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = Test-Simple
7 version = 0.98
8 release = 1
9 arch = noarch
10
11 groups = Development/Libratries
12 url = http://search.cpan.org/dist/Test-Simple/
13 license = GPL+ or Artistic
14 summary = Basic utilities for writing tests.
15
16 description
17 This package provides the bulk of the core testing facilities. For more
18 information, see perldoc for Test::Simple, Test::More, etc.
19 end
20
21 source_dl =
22
23 build
24 requires
25 perl-core
26 perl-devel
27 perl(Test::Harness)
28 end
29
30 build
31 perl Makefile.PL INSTALLDIRS=perl
32 make %{PARALLELISMFLAGS}
33 end
34
35 test
36 make test
37 end
38 end
39
40 packages
41 package perl-%{name}
42 end