FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
19 lines
435 B
Makefile
19 lines
435 B
Makefile
# Created by: Mirko Zinn <mail@derzinn.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongokit
|
|
PORTVERSION= 0.8.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mail@derzinn.de
|
|
COMMENT= Python ORM-like layer on top of pymongo
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:databases/pymongo@${PY_FLAVOR}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|