]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-File-Which/perl-File-Which.nm
bird: Drop /var/run
[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 arch = noarch
10 thisapp = File-Which-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/File-Which/
14 license = GPL+
15 summary = Perl implementation of the which utility as an API.
16
17 description
18 File::Which finds the full or relative paths to executable programs
19 on the system. This is normally the function of which utility.
20
21 which is typically implemented as either a program or a built in shell
22 command.
23 end
24
25 source_dl = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
26
27 build
28 requires
29 perl(Env)
30 perl(ExtUtils::MakeMaker) >= 6.42
31 perl(ExtUtils::MM_Unix)
32 perl(Test::More)
33 end
34
35 build
36 perl Makefile.PL INSTALLDIRS=vendor
37 make %{PARALLELISMFLAGS}
38 end
39
40 test
41 make test
42 end
43 end
44
45 packages
46 package %{name}
47 end