File: control

package info (click to toggle)
libextutils-cbuilder-perl 0.11-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 124 kB
  • ctags: 69
  • sloc: perl: 862; makefile: 44
file content (20 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libextutils-cbuilder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Chip Salzenberg <chip@debian.org>
Standards-Version: 3.6.1

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!