2010-06-06 10:37:10 +02:00
|
|
|
# New ports collection makefile for: py-mongoengine
|
|
|
|
# Date created: 2010-06-04
|
|
|
|
# Whom: Mirko Zinn <mail@derzinn.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mongoengine
|
2012-05-13 13:58:21 +02:00
|
|
|
PORTVERSION= 0.6.8
|
2010-06-06 10:37:10 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= mail@derzinn.de
|
|
|
|
COMMENT= A Python Object-Document-Mapper for working with MongoDB
|
|
|
|
|
2012-04-07 10:05:17 +02:00
|
|
|
LICENSE= MIT
|
2010-06-06 10:37:10 +02:00
|
|
|
|
2012-04-07 10:05:17 +02:00
|
|
|
RUN_DEPENDS= pymongo>=2.1:${PORTSDIR}/databases/pymongo
|
2010-06-06 10:37:10 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|