freebsd-ports/devel/py-mongokit/Makefile
Martin Wilke c13ff75b82 MongoKit is a python module that brings structured schema and validation layer
on top of the great pymongo driver. It has be written to be simpler and
lighter as possible with the KISS and DRY principles in mind.

WWW:	http://bitbucket.org/namlook/mongokit/wiki/Home

PR:		ports/143919
Submitted by:	Mirko Zinn <mail at derzinn.de>
2010-02-13 20:20:00 +00:00

23 lines
538 B
Makefile

# New ports collection makefile for: py-mongokit
# Date created: 2010-02-06
# Whom: Mirko Zinn <mail@derzinn.de>
#
# $FreeBSD$
#
PORTNAME= mongokit
PORTVERSION= 0.5.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= Python ORM-like layer on top of pymongo
RUN_DEPENDS= pymongo>=1.3:${PORTSDIR}/databases/pymongo \
${PYTHON_PKGNAMEPREFIX}anyjson>=0.2.3:${PORTSDIR}/devel/py-anyjson
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>