freebsd-ports/sysutils/pecl-mogilefs/Makefile
Wen Heping 1358ecac05 - Update to 0.9.1
- Fix build with custom LOCALBASE
2011-06-18 02:45:55 +00:00

32 lines
634 B
Makefile

# Ports collection makefile for: pecl-mogilegs
# Date created: Feb 20, 2011
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mogilefs
PORTVERSION= 0.9.1
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= wen@FreeBSD.org
COMMENT= PHP client library to communicate with the MogileFS storage
LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
LICENSE= BSD
IGNORE_WITH_PHP=4
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>