opnsense-ports/devel/php5-thrift/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

22 lines
527 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
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol
.include "${.CURDIR}/../thrift/bsd.thrift.mk"
.include <bsd.port.mk>