blob: c72a9fc58b89e1c205b8612850e16e84a0d5d485 (
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
|
# Created by: wen
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.4.0
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
LICENSE= AL2
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mongo=${LOCALBASE}
SUB_FILES= pkg-message
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|