freebsd-ports/devel/py-mongoengine/Makefile
Frederic Culot 7d9a6f97c2 - Update to 0.6.8
Changes:	http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html
PR:		ports/167836
Submitted by:	Mirko Zinn <mail@derzinn.de> (maintainer)
2012-05-13 11:58:21 +00:00

25 lines
531 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.6.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= A Python Object-Document-Mapper for working with MongoDB
LICENSE= MIT
RUN_DEPENDS= pymongo>=2.1:${PORTSDIR}/databases/pymongo
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>