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>
|