fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: Wen Heping<wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tokyo_tyrant
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Wrapper to the Tokyo Tyrant client library
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant
|
|
|
|
USES= php:pecl pkgconfig
|
|
USE_PHP= session:build
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
.include <bsd.port.mk>
|