1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Add p5-DBD-PgPP 0.05, Pure Perl PostgreSQL driver for the DBI.

PR:		ports/70229
Submitted by:	Lubomir Marinov <lubomir_m@abv.bg>
This commit is contained in:
Mathieu Arnold 2004-08-10 12:36:56 +00:00
parent 03c91fcad6
commit ca36f47a34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115822
5 changed files with 50 additions and 0 deletions

View File

@ -143,6 +143,7 @@
SUBDIR += p5-DBD-ODBC
SUBDIR += p5-DBD-Oracle
SUBDIR += p5-DBD-Pg
SUBDIR += p5-DBD-PgPP
SUBDIR += p5-DBD-PgSPI
SUBDIR += p5-DBD-RAM
SUBDIR += p5-DBD-SQLite

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-DBD-PgPP
# Date created: August 8th 2004
# Whom: Lubomir Marinov <lubomir_m@abv.bg>
#
# $FreeBSD$
#
PORTNAME= DBD-PgPP
PORTVERSION= 0.05
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= lubomir_m@abv.bg
COMMENT= Pure Perl PostgreSQL driver for the DBI
PERL_CONFIGURE= yes
MAN3= DBD::PgPP.3 DBD::DBD-PgPP.ja.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
post-patch:
@${PERL} -i -pe 's/\[:graph:\] /\\x20-\\x7e/g' ${WRKSRC}/PgPP.pm
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (DBD-PgPP-0.05.tar.gz) = 159d54a21eda08ab93fd44f2791cf56f
SIZE (DBD-PgPP-0.05.tar.gz) = 16807

View File

@ -0,0 +1,7 @@
DBD::PgPP is a Pure Perl client interface for the PostgreSQL database.
It implements the PostgreSQL client/server network protocol and doesn't
need an external PostgreSQL client library like "libpq" for it to work.
Consequently, it allows one to connect to a PostgreSQL server from
operating systems to which PostgreSQL has not been ported.
WWW: http://search.cpan.org/dist/DBD-PgPP/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/DBD/PgPP.pm
%%SITE_PERL%%/DBD/DBD-PgPP.ja.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgPP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgPP
@unexec rmdir %D/%%SITE_PERL%%/DBD 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true