blob: ecf3431b0272e222882059988fa121ac259746ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|