Skip to content

Instantly share code, notes, and snippets.

@ferlzc
Created December 20, 2022 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferlzc/9234ccd5c5a084f958ff52c7a08899a9 to your computer and use it in GitHub Desktop.
Save ferlzc/9234ccd5c5a084f958ff52c7a08899a9 to your computer and use it in GitHub Desktop.
SUMMARY = "A Perl DBI driver for Postgresql"
DESCRIPTION = "DBD::Pg is a Perl DBI driver for Postgresql, that includes the entire \
thing in the distribution. So in order to get a fast transaction capable \
RDBMS working for your perl project you simply have to install this \
module, and nothing else. \
"
HOMEPAGE = "https://metacpan.org/dist/DBD-Pg"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-2.0+"
LIC_FILES_CHKSUM = "file://LICENSES/artistic.txt;md5=464d6da8ecb7c6da1df9c2710c30beaf"
LIC_FILES_CHKSUM = "file://LICENSES/gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe"
SRC_URI = "${CPAN_MIRROR}/authors/id/T/TU/TURNSTEP/DBD-Pg-${PV}.tar.gz"
SRC_URI[sha256sum] = "2c31163d8bdaaf8beaef9c97b8f260432d67a534bc7b69e7265c21cb841432b8"
S = "${WORKDIR}/DBD-Pg-${PV}"
DEPENDS += "libdev-checklib-perl-native libdbi-perl-native postgresql"
BBCLASSEXTEND = "native"
inherit cpan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment