freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

21 lines
423 B
Makefile

# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= tokyo_tyrant
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= databases pear
MAINTAINER= joneum@bsdproject.de
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>