Installing py27-mongoengine-0.8.7...pkg-static: py27-mongoengine-0.8.7 conflicts with pymongo-2.7 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/bson/__init__.py Reported by: pkg-fallout
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# Created by: Mirko Zinn <mail@derzinn.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongoengine
|
|
PORTVERSION= 0.8.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Object-Document-Mapper for working with MongoDB
|
|
|
|
LICENSE= MIT
|
|
|
|
BROKEN= Conflicts with pymongo dependency
|
|
|
|
RUN_DEPENDS= pymongo>=2.5:${PORTSDIR}/databases/pymongo
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|