blob: b278ec55b0e2b0b968f8b89ba47590307cb8adb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= tokyo_tyrant
PORTVERSION= 0.7.0
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper to the Tokyo Tyrant client library
LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant
USES= pkgconfig tar:tgz
USE_PHP= session
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>
|