]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-Module-Package/perl-Module-Package.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-Module-Package / perl-Module-Package.nm
CommitLineData
53fdc7db
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Module-Package
7version = 0.30
e0d866c0 8release = 2
53fdc7db
SS
9
10groups = Development/Libratries
11url = http://search.cpan.org/dist/Module-Package/
12license = GPL+ or Artistic
13summary = Postmodern Perl Module Packaging
14
15description
16 This module is a dropin replacement for Module::Install.
17 It does everything Module::Install does, but just a bit better.
18end
19
20source_dl = https://cpan.metacpan.org/authors/id/I/IN/INGY/
21
22thisapp = Module-Package-%{version}
23
24build
5cd803df
MT
25 arches = noarch
26
53fdc7db
SS
27 requires
28 perl(FindBin)
29 perl(File::Find)
30 perl(IO::All)
31 perl(ExtUtils::MakeMaker)
32 perl(Module::Install)
33 perl(Module::Install::AuthorRequires)
34 perl(Module::Install::ManifestSkip)
35 perl(Moo)
36 perl(Test::More)
37 end
38
39 build
40 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
41 make %{PARALLELISMFLAGS}
42 end
43
44 test
45 make test
46 end
47end
48
49packages
50 package %{name}
51 requires
52 perl(:MODULE_COMPAT_%{perl_version})
53 end
54 end
55end