233d9f226804ea11b5771ae50f38fe2dba0521e8
[dh-make-perl] / dev / i386 / libextutils-cbuilder-perl / libextutils-cbuilder-perl-0.23 / debian / control
1 Source: libextutils-cbuilder-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper7, libmodule-build-perl, quilt (>= 0.40)
5 Build-Depends-Indep: perl (>= 5.8.0-7)
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Florian Ragwitz <rafl@debian.org>, Damyan Ivanov <dmn@debian.org>
8 Standards-Version: 3.8.0
9 Homepage: http://search.cpan.org/dist/ExtUtils-CBuilder/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-cbuilder-perl/
11 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cbuilder-perl/
12
13 Package: libextutils-cbuilder-perl
14 Architecture: all
15 Depends: ${perl:Depends}, ${misc:Depends}
16 Description: Compile and link C code for Perl modules
17  This module can build the C portions of Perl modules by invoking the
18  appropriate compilers and linkers in a cross-platform manner.  It was
19  motivated by the Module::Build project, but may be useful for other
20  purposes as well.
21  .
22  However, this module is not intended as a general cross-platform
23  interface to all your C building needs.  That would have been a much
24  more ambitious goal!