]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-File-Which/perl-File-Which.nm
bird: Drop /var/run
[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
8release = 1
9arch = noarch
10thisapp = File-Which-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/File-Which/
14license = GPL+
15summary = Perl implementation of the which utility as an API.
16
17description
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.
23end
24
25source_dl = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
26
27build
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
43end
44
45packages
46 package %{name}
47end