aboutsummaryrefslogtreecommitdiff
path: root/devel/php5-thrift/Makefile
blob: 83e3e0910711701b9e92b5dd724e3439dc17e478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Ilya Bakulin <webmaster@kibab.com>
# $FreeBSD$

PORTNAME=	thrift
PORTVERSION=	${THRIFT_PORTVERSION}
CATEGORIES=	devel
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
PKGNAMEPREFIX=	php5-

MAINTAINER=	webmaster@kibab.com
COMMENT=	PHP interface to Thrift

USES=		php:ext
PHP_MODNAME=	thrift_protocol
IGNORE_WITH_PHP=	70

DISTINFO_FILE=	${.CURDIR}/../thrift/distinfo
WRKSRC_SUBDIR=	lib/php/src/ext/thrift_protocol

.include "${.CURDIR}/../thrift/bsd.thrift.mk"
.include <bsd.port.mk>