freebsd-ports/sysutils/pecl-mogilefs/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

22 lines
435 B
Makefile

# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= mogilefs
PORTVERSION= 0.9.2
PORTREVISION= 2
CATEGORIES= sysutils pear
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP client library to communicate with the MogileFS storage
LICENSE= BSD
LIB_DEPENDS= libneon.so:www/neon
USES= php:pecl
IGNORE_WITH_PHP= 70 71
post-extract:
@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4
.include <bsd.port.mk>