File: control

package info (click to toggle)
libmodule-build-perl 0.421000-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,360 kB
  • sloc: perl: 11,272; sh: 44; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 2,516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: libmodule-build-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libarchive-zip-perl,
                     libcpan-meta-perl (>= 2.142060) | perl (>= 5.21.3),
                     libpar-dist-perl,
                     libperl-ostype-perl,
                     perl (>= 5.11.2) | libextutils-cbuilder-perl,
                     perl (>= 5.12) | libextutils-parsexs-perl,
                     perl (>= 5.13.9) | libmodule-metadata-perl,
                     perl (>= 5.13.9) | libversion-perl (>= 1:0.8700)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Antonio Radici <antonio@dyne.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.5
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Module-Build
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-perl.git

Package: libmodule-build-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpan-meta-perl (>= 2.142060) | perl (>= 5.21.3),
         libperl-ostype-perl,
         perl (>= 5.11.2) | libextutils-cbuilder-perl,
         perl (>= 5.12) | libextutils-parsexs-perl,
         perl (>= 5.13.9) | libmodule-metadata-perl,
         perl (>= 5.13.9) | libversion-perl (>= 1:0.8700)
Recommends: libarchive-tar-perl,
            libmodule-signature-perl,
            libpod-readme-perl,
            libsoftware-license-perl (>= 0.103009)
Description: framework for building and installing Perl modules
 Module::Build is a framework for easily building, testing and installing Perl
 packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
 and offers many additional features characteristic of a more modern install
 system, including simple subclassing for custom build actions.
 .
 Because it is written in Pure Perl, it has very few external dependencies. In
 particular, it allows for installation of packages on systems without 'make'
 and will even work without a shell. Its only prerequisites are modules that
 are included with perl 5.6.0 and it is core as of perl 5.10.