]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-Module-Install-AuthorRequires/perl-Module-Install-AuthorRequires.nm
Change how we make packages "noarch"
[ipfire-3.x.git] / perl-Module-Install-AuthorRequires / perl-Module-Install-AuthorRequires.nm
CommitLineData
9c531111
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Module-Install-AuthorRequires
7version = 0.02
8release = 1
9c531111
SS
9
10groups = Development/Libratries
11url = http://search.cpan.org/dist/Module-Install-AuthorRequires/
12license = GPL+ or Artistic
13summary = Declare author-only dependencies.
14
15description
16 An extenision for the Module::Install to declare author-only dependencies.
17end
18
19source_dl = https://cpan.metacpan.org/authors/id/F/FL/FLORA/
20
21thisapp = Module-Install-AuthorRequires-%{version}
22
23build
5cd803df
MT
24 arches = noarch
25
9c531111
SS
26 requires
27 perl(FindBin)
28 perl(ExtUtils::MakeMaker)
29 perl(Module::Install)
30 perl(Test::More)
31 end
32
33 build
34 perl Makefile.PL INSTALLDIRS=vendor
35 make %{PARALLELISMFLAGS}
36 end
37
38 test
39 make test
40 end
41end
42
43packages
44 package %{name}
45 requires
46 perl(:MODULE_COMPAT_%{perl_version})
47 end
48 end
49end