1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/databases/pecl-tokyo_tyrant/Makefile
2016-12-22 12:00:08 +00:00

24 lines
490 B
Makefile

# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= tokyo_tyrant
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
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:ext pkgconfig tar:tgz
USE_PHP= session:build
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>