freebsd-ports/databases/pecl-PDO/Makefile
Pav Lucistnik 83d7fe1b46 PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.

PR:		ports/86033
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:53:17 +00:00

34 lines
614 B
Makefile

# Ports collection makefile for: pecl-PDO
# Date created: 2005-09-10
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= PDO
DISTVERSION= 1.0RC1
CATEGORIES= databases www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= zaa@zaa.pp.ru
COMMENT= PHP Data Objects Interface
USE_PHP= zlib
USE_PHPIZE= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
PHP_MODNAME= pdo
.include <bsd.port.pre.mk>
.if ${PHP_VER} == 4
IGNORE= PDO requires PHP version 5.0.3 or higher
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>