freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

27 lines
561 B
Makefile

# Ports collection makefile for: pecl-tokyo_tyrant
# Date created: Feb 20, 2011
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tokyo_tyrant
PORTVERSION= 0.6.0
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= wen@FreeBSD.org
COMMENT= Wrapper to the Tokyo Tyrant client library
LIB_DEPENDS= tokyotyrant.3:${PORTSDIR}/databases/tokyotyrant
USE_PHP= session
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
.include <bsd.port.mk>