1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/pecl-PDO/Makefile
Ion-Mihai Tetcu 6ce06f7ed4 - update to 1.0.3 [1]
- drop USE_PHPIZE=     yes since it has USE_PHPEXT=     yes [2]

PR:		ports/97430 [1]
Submitted by:	maintainer [1], itetcu [2]
Approved by:	lawrance (mentor)
2006-05-19 08:13:32 +00:00

34 lines
594 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.0.3
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_PHPEXT= yes
DEFAULT_PHP_VER=5
PHP_MODNAME= pdo
.include <bsd.port.pre.mk>
.if ${PHP_VER} == 4
IGNORE= requires PHP version 5.0.3 or higher
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>