aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pecl-mogilefs/Makefile
blob: 18e698555ab3b74fb44f331456f847bb6cf48b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mogilefs
PORTVERSION=    0.9.2
PORTREVISION=   1
CATEGORIES= sysutils pear
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz

MAINTAINER= gasol.wu@gmail.com
COMMENT=    PHP client library to communicate with the MogileFS storage

LICENSE=    BSD

LIB_DEPENDS=    libneon.so:${PORTSDIR}/www/neon

USE_PHP=    yes
USE_PHP_BUILD=  spl
USE_PHPIZE= yes
USE_PHPEXT= yes

post-extract:
    @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4

.include <bsd.port.mk>