blob: 522625ec44436e687da46b2e640ae3648ef3431a (
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
|
# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 2.6.3
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>
|