7847cd5be1
to MongoDB. It provides a very thin, dynamicly typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo query syntax. WWW: https://github.com/slacy/minimongo PR: ports/157031 Submitted by: Mirko Zinn <mail at derzinn.de>
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# New ports collection makefile for: py-minimongo
|
|
# Date created: 2011-05-14
|
|
# Whom: Mirko Zinn <mail@derzinn.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= minimongo
|
|
PORTVERSION= 0.2.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://files.derzinn.de/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mail@derzinn.de
|
|
COMMENT= Minimal database Model management for MongoDB
|
|
|
|
RUN_DEPENDS= pymongo>=1.9:${PORTSDIR}/databases/pymongo
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|