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