blob: ac1adf4be5449f62baf10718ec10c8477031ea5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 2.7.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
MAINTAINER= wg@FreeBSD.org
COMMENT= Python driver for MongoDB
LICENSE= APACHE20
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>
|