mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1873d38a77
PR: ports/190424 Submitted by: Bartek Rutkowski <ports at robakdesign com>
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# 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>
|