freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

21 lines
451 B
Makefile

# 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>