mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
529d44f327
- Update to 0.9.1 - Update php and ruby subports PR: ports/183053, ports/183055, ports/183058 Submitted by: Valery Komarov <komarov valerka.net> Approved by: maintainer (timeout for ports/183055)
29 lines
599 B
Makefile
29 lines
599 B
Makefile
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thrift
|
|
PORTVERSION= ${THRIFT_PORTVERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= php5-
|
|
DISTFILES= # empty
|
|
MAINTAINER= webmaster@kibab.com
|
|
COMMENT= PHP interface to Thrift
|
|
|
|
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= thrift_protocol
|
|
|
|
WRKSRC= ${WRKDIR}/php/src/ext/thrift_protocol
|
|
|
|
NO_STAGE= yes
|
|
post-extract:
|
|
${LN} -sfh \
|
|
`${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/php \
|
|
${WRKDIR}
|
|
|
|
.include "../thrift/bsd.thrift.mk"
|
|
.include <bsd.port.mk>
|