1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libconfig-autoconf-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>,
gregor herrmann <gregoa@debian.org>,
Peter Pentchev <roam@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
libfile-slurper-perl <!nocheck>,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-autoconf-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-autoconf-perl.git
Homepage: https://metacpan.org/release/Config-AutoConf
Rules-Requires-Root: no
Package: libconfig-autoconf-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcapture-tiny-perl,
libfile-slurper-perl
Recommends: libextutils-cbuilder-perl
Description: Perl module to implement some of AutoConf's macros in pure Perl
Config::AutoConf simulates some of the tasks AutoConf macros do, e.g.
detecting a command, detecting a library, etc.
.
Config::AutoConf is intended to provide the same opportunities to Perl
developers as GNU Autoconf does for Shell developers.
|