ed04826555
This is the PostgreSQL MDB2 driver, needed if one wants to use www/horde with a PostgreSQL backend. ok & whitespace tweaks sthen@ (i also added 'PostgreSQL' to COMMENT while here)
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/03 12:46:58 landry Exp $
|
|
|
|
COMMENT = PostgreSQL database abstraction layer for PHP
|
|
|
|
V = 1.4.1
|
|
DISTNAME = MDB2_Driver_pgsql-${V}
|
|
PKGNAME = pear-MDB2-pgsql-${V}
|
|
CATEGORIES = net databases
|
|
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
|
|
|
|
MODULES = lang/php www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS = databases/pear-MDB2>=2.4.1 \
|
|
lang/php/${MODPHP_VERSION},-pgsql
|
|
|
|
.include <bsd.port.mk>
|