openbsd-ports/databases/p5-DBD-Pg/Makefile

34 lines
830 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.52 2009/10/03 09:18:37 pea Exp $
2007-01-14 05:53:46 -05:00
SHARED_ONLY= Yes
COMMENT= access to PostgreSQL databases through the DBI
2007-01-14 05:53:46 -05:00
MODULES= cpan
DISTNAME= DBD-Pg-2.15.1
2007-01-14 05:53:46 -05:00
CATEGORIES= databases
2000-08-20 23:26:06 -04:00
2006-08-01 18:19:46 -04:00
LIB_DEPENDS= pq.>=2:postgresql-client-*:databases/postgresql
RUN_DEPENDS= ::databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
2008-11-14 08:22:11 -05:00
REGRESS_DEPENDS=:postgresql-server-*:databases/postgresql,-server \
::devel/p5-Test-Warn
REGRESS_FLAGS= DBI_DSN="dbi:Pg:dbname=template1" DBI_USER="_postgresql" \
DBI_PASS=""
1998-10-08 00:31:46 -04:00
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
2000-03-14 00:08:47 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-10-28 04:11:37 -04:00
WANTLIB= m
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
POSTGRES_LIB="${LOCALBASE}/lib" \
POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
.include <bsd.port.mk>