Add ARM files
[dh-make-perl] / dev / arm / libextutils-cbuilder-perl / libextutils-cbuilder-perl-0.23 / debian / libextutils-cbuilder-perl / DEBIAN / control
1 Package: libextutils-cbuilder-perl
2 Version: 0.23-1
3 Section: perl
4 Priority: optional
5 Architecture: all
6 Depends: perl
7 Installed-Size: 144
8 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
9 Description: Compile and link C code for Perl modules
10  This module can build the C portions of Perl modules by invoking the
11  appropriate compilers and linkers in a cross-platform manner.  It was
12  motivated by the Module::Build project, but may be useful for other
13  purposes as well.
14  .
15  However, this module is not intended as a general cross-platform
16  interface to all your C building needs.  That would have been a much
17  more ambitious goal!