freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

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>