2007-04-09 06:41:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.41 2007/04/09 06:41:17 msf Exp $
|
2004-01-17 15:58:06 +00:00
|
|
|
|
2007-01-14 10:53:46 +00:00
|
|
|
SHARED_ONLY= Yes
|
2001-05-05 23:24:50 +00:00
|
|
|
|
|
|
|
COMMENT= "access to PostgreSQL databases through the DBI"
|
2001-04-23 12:38:17 +00:00
|
|
|
|
2007-01-14 10:53:46 +00:00
|
|
|
MODULES= cpan
|
2007-04-09 06:41:17 +00:00
|
|
|
VERSION= 1.49
|
2001-09-07 22:20:32 +00:00
|
|
|
DISTNAME= DBD-Pg-${VERSION}
|
2007-01-14 10:53:46 +00:00
|
|
|
CATEGORIES= databases
|
2000-08-21 03:26:06 +00:00
|
|
|
|
2006-08-01 22:19:46 +00:00
|
|
|
LIB_DEPENDS= pq.>=2:postgresql-client-*:databases/postgresql
|
2004-06-26 07:35:05 +00:00
|
|
|
RUN_DEPENDS= ::databases/p5-DBI
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-04-05 09:03:52 +00:00
|
|
|
REGRESS_DEPENDS=:postgresql-server-*:databases/postgresql,-server
|
2004-04-13 14:03:44 +00:00
|
|
|
|
2006-04-05 09:03:52 +00:00
|
|
|
REGRESS_FLAGS+= DBI_DSN="dbi:Pg:dbname=template1" DBI_USER="_postgresql" \
|
|
|
|
DBI_PASS=""
|
1998-10-08 04:31:46 +00:00
|
|
|
|
2005-05-03 17:05:45 +00:00
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
1998-03-24 18:39:37 +00:00
|
|
|
|
2000-03-14 05:08:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-02-23 01:18:20 +00:00
|
|
|
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
|
2001-06-23 22:04:18 +00:00
|
|
|
POSTGRES_LIB="${LOCALBASE}/lib" \
|
2001-04-23 12:38:17 +00:00
|
|
|
POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
|
1998-03-24 18:39:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|