blob: 411c2dde717f01b0c917b35d70004d2f88665ba0 (
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
|
# Ports collection makefile for: pear-mongo
# Date created: 23 Nov, 2009
# Whom: wen
#
# $FreeBSD$
#
PORTNAME= mongo
PORTVERSION= 1.0.5
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL classes for Mongo Database Driver
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>
|