]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-File-Which/perl-File-Which.nm
Change how we make packages "noarch"
[ipfire-3.x.git] / perl-File-Which / perl-File-Which.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-File-Which
7 version = 1.27
8 release = 1
9 thisapp = File-Which-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/File-Which/
13 license = GPL+
14 summary = Perl implementation of the which utility as an API.
15
16 description
17 File::Which finds the full or relative paths to executable programs
18 on the system. This is normally the function of which utility.
19
20 which is typically implemented as either a program or a built in shell
21 command.
22 end
23
24 source_dl = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
25
26 build
27 arches = noarch
28
29 requires
30 perl(Env)
31 perl(ExtUtils::MakeMaker) >= 6.42
32 perl(ExtUtils::MM_Unix)
33 perl(Test::More)
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