]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - perl-IO-All/perl-IO-All.nm
Change how we make packages "noarch"
[people/pmueller/ipfire-3.x.git] / perl-IO-All / perl-IO-All.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-IO-All
7 version = 0.87
8 release = 1
9 thisapp = IO-All-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/IO-All/
13 license = GPL+ or Artistic
14 summary = An OO perl IO wrapper.
15
16 description
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!
22 end
23
24 source_dl = https://cpan.metacpan.org/authors/id/F/FR/FREW/
25
26 build
27 arches = noarch
28
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
43 end
44
45 packages
46 package %{name}
47 requires
48 perl(:MODULE_COMPAT_%{perl_version})
49 end
50 end
51 end