# Automatically generated by apkbuild-cpan, template 3 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-dbd-pg #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=DBD-Pg pkgver=3.16.3 pkgrel=2 pkgdesc="Perl module for DBD-Pg" url="https://metacpan.org/release/DBD-Pg/" arch="all" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl perl-dbi" makedepends="perl-dev libpq-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor make } check() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums=" 5f703ebc18f09eec38246955c827324111d32a10a28d311de81e804dc10c49562e93280a7fb594dd8bdb506e65c66442b7f783c5edc697cd50a18019566d96b2 DBD-Pg-3.16.3.tar.gz "