File: control

package info (click to toggle)
libextutils-cbuilder-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 168 kB
  • ctags: 84
  • sloc: perl: 1,079; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libextutils-cbuilder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/ExtUtils-CBuilder/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-cbuilder-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cbuilder-perl/

Package: libextutils-cbuilder-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Compile and link C code for Perl modules
 This module can build the C portions of Perl modules by invoking the
 appropriate compilers and linkers in a cross-platform manner.  It was
 motivated by the Module::Build project, but may be useful for other
 purposes as well.
 .
 However, this module is not intended as a general cross-platform
 interface to all your C building needs.  That would have been a much
 more ambitious goal!