freebsd-ports/devel/py-mongoengine/Makefile
Martin Wilke 990765b615 MongoEngine is an ORM-like layer on top of PyMongo. It allows you to define
schemas for documents and query collections using syntax inspired by the
Django ORM.

WWW:	http://hmarr.com/mongoengine/

PR:		ports/147465
Submitted by:	Mirko Zinn <mail at derzinn.de>
2010-06-06 08:37:10 +00:00

25 lines
573 B
Makefile

# New ports collection makefile for: py-mongoengine
# Date created: 2010-06-04
# Whom: Mirko Zinn <mail@derzinn.de>
#
# $FreeBSD$
#
PORTNAME= mongoengine
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= A Python Object-Document-Mapper for working with MongoDB
RUN_DEPENDS= pymongo>=1.6:${PORTSDIR}/databases/pymongo
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>