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