SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
COMMENT= access to PostgreSQL databases perl
VERSION= 1.9.0
DISTNAME= pgsql_perl5-${VERSION}
PKGNAME= p5-pgsql-${VERSION}
REVISION= 6
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
LIB_DEPENDS = databases/postgresql
PERMIT_PACKAGE= Yes
WANTLIB += c perl pq>=3
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
POSTGRES_LIB="${LOCALBASE}/lib" \
POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
CONFIGURE_STYLE=perl
# needs a database properly set up
NO_TEST= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pgsql_perl5-1.9.0.tar.gz) = M1WbYoa/eV9OiWN5Ygc/pDEIuT3QS7ZlegUdGmnw510=
SIZE (pgsql_perl5-1.9.0.tar.gz) = 16860

View file

@ -0,0 +1,4 @@
Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.

View file

@ -0,0 +1,7 @@
${P5ARCH}/
${P5ARCH}/Pg.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Pg/
${P5ARCH}/auto/Pg/Pg.so
${P5ARCH}/auto/Pg/autosplit.ix
@man man/man3p/Pg.3p