freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
Wen Heping 3c7388497a - Update to 0.7.0
- Trim Makefile headers
- Reset maintainer
2012-12-11 00:47:33 +00:00

21 lines
439 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-
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper to the Tokyo Tyrant client library
LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant
USE_PHP= session
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>