]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-File-Which/perl-File-Which.nm
perl: Recompile all modules
[ipfire-3.x.git] / perl-File-Which / perl-File-Which.nm
CommitLineData
43f93e96
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-File-Which
7version = 1.27
e0d866c0 8release = 2
43f93e96
SS
9thisapp = File-Which-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/File-Which/
13license = GPL+
14summary = Perl implementation of the which utility as an API.
15
16description
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.
22end
23
24source_dl = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
25
26build
5cd803df
MT
27 arches = noarch
28
43f93e96
SS
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
44end
45
46packages
47 package %{name}
48end