SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
databases/p5-pgsql/Makefile
Normal file
25
databases/p5-pgsql/Makefile
Normal 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>
|
2
databases/p5-pgsql/distinfo
Normal file
2
databases/p5-pgsql/distinfo
Normal 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
|
4
databases/p5-pgsql/pkg/DESCR
Normal file
4
databases/p5-pgsql/pkg/DESCR
Normal 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.
|
7
databases/p5-pgsql/pkg/PLIST
Normal file
7
databases/p5-pgsql/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue