]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-File-Remove/perl-File-Remove.nm
libarchive: Update to 3.7.1
[ipfire-3.x.git] / perl-File-Remove / perl-File-Remove.nm
CommitLineData
860ec812
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-File-Remove
7version = 1.61
8release = 1
9arch = noarch
10thisapp = File-Remove-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/File-Remove/
14license = GPL+
15summary = A perl module to Remove files and directories.
16
17description
18 File::Remove::remove removes files and directories. It acts like /bin/rm,
19 for the most part. Although unlink can be given a list of files, it will
20 not remove directories; this module remedies that.
21
22 It also accepts wildcards, * and ?, as arguments for filenames.
23end
24
25source_dl = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/
26
27build
28 requires
29 perl(blib)
30 perl(IPC::Open3)
31 perl(ExtUtils::MakeMaker)
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