mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8282ee33e0
- drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97436 [1] Submitted by: maintanier itetcu [2] Approved by: lawrance (mentor)
32 lines
685 B
Makefile
32 lines
685 B
Makefile
# Ports collection makefile for: pecl-PDO_PGSQL
|
|
# Date created: 2005-09-10
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PDO_PGSQL
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= zaa@zaa.pp.ru
|
|
COMMENT= PostgreSQL driver for PDO
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo.so:${PORTSDIR}/databases/pecl-PDO
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
DEFAULT_PHP_VER=5
|
|
PHP_MODNAME= pdo_pgsql
|
|
|
|
CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE}
|
|
|
|
USE_PGSQL= yes
|
|
|
|
.include <bsd.port.mk>
|