25 lines
463 B
Makefile
25 lines
463 B
Makefile
# Created by: wen
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongo
|
|
PORTVERSION= 1.6.10
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= PECL classes for Mongo Database Driver
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= re2c>=0.13.4:${PORTSDIR}/devel/re2c
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= spl
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
CONFIGURE_ARGS= --enable-mongo
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|