freebsd-ports/databases/pymongo/Makefile
Wen Heping f7e9b837a6 - Fix build with python3
- Bump PORTREVISION

Reported by:	Dmitry Sivachenko <trtrmitya@gmail.com> (via email)
2013-05-26 14:31:30 +00:00

28 lines
609 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
MAINTAINER= wen@FreeBSD.org
COMMENT= Python driver for MongoDB
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif
.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
.include <bsd.port.post.mk>