9b48e03b3e622fc78bb4fd6220dc9c23eb6d1661
[dh-make-perl] / dev / i386 / libmodule-build-perl / libmodule-build-perl-0.2808.01 / debian / control
1 Source: libmodule-build-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Uploaders: Jay Bonci <jaybonci@debian.org>, Niko Tyni <ntyni@debian.org>,
6  gregor herrmann <gregor+debian@comodo.priv.at>, Damyan Ivanov <dmn@debian.org>
7 Build-Depends: debhelper (>= 5), quilt (>= 0.40)
8 Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl,
9  libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl,
10  libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl
11 Standards-Version: 3.7.3
12 Homepage: http://search.cpan.org/dist/Module-Build/
13 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-build-perl/
14 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/
15
16 Package: libmodule-build-perl
17 Architecture: all
18 Depends: ${perl:Depends}, libarchive-tar-perl, libyaml-perl, libextutils-parsexs-perl
19 Recommends: libextutils-cbuilder-perl, libversion-perl
20 Suggests: libpar-dist-perl (>= 0.17)
21 Description: Subclassable and make-independent perl module builder alternative
22  Module::Build is a system for building, testing, and installing Perl modules.
23  It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter 
24  the behavior of the module through subclassing in a much more straightforward 
25  way than with MakeMaker.