1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/pymongo/Makefile
William Grzybowski 1873d38a77 databases/pymongo: update to 2.7.1
PR:		ports/190424
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:03:29 +00:00

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>