3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
22 lines
435 B
Makefile
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>
|