1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libpg-perl
Priority: optional
Section: perl
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), libpq-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/libpg-perl.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-postgresql/libpg-perl.git
XS-Testsuite: autopkgtest
Package: libpg-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl modules for PostgreSQL
This library enables Perl scripts to communicate with the PostgreSQL database
backend.
.
Perl is a widely used scripting language, which is always installed in Debian
systems.
|