22 lines
530 B
Makefile
22 lines
530 B
Makefile
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thrift
|
|
PORTVERSION= ${THRIFT_PORTVERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= APACHE/thrift/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= webmaster@kibab.com
|
|
COMMENT= PHP interface to Thrift
|
|
|
|
USES= php:ext
|
|
PHP_MODNAME= thrift_protocol
|
|
IGNORE_WITH_PHP= 70 71 72 73
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
|
|
WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol
|
|
|
|
.include "${.CURDIR}/../thrift/bsd.thrift.mk"
|
|
.include <bsd.port.mk>
|