]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-IO-All/perl-IO-All.nm
perl: Recompile all modules
[people/pmueller/ipfire-3.x.git] / perl-IO-All / perl-IO-All.nm
CommitLineData
0ae51ff9
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-IO-All
7version = 0.87
e0d866c0 8release = 2
0ae51ff9 9thisapp = IO-All-%{version}
0ae51ff9
SS
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/IO-All/
13license = GPL+ or Artistic
14summary = An OO perl IO wrapper.
15
16description
17 IO::All combines all of the best Perl IO modules into a single nifty
18 object oriented interface to greatly simplify your everyday Perl IO idioms.
19
20 It exports a single function called io, which returns a new IO::All object.
21 And that object can do it all!
22end
23
24source_dl = https://cpan.metacpan.org/authors/id/F/FR/FREW/
25
26build
5cd803df
MT
27 arches = noarch
28
0ae51ff9
SS
29 requires
30 perl(FindBin)
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}
47 requires
48 perl(:MODULE_COMPAT_%{perl_version})
49 end
50 end
51end