10f62b1960
while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 171778 Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: maintainer timeout (almost 1 month) Feature safe: yes
18 lines
392 B
Makefile
18 lines
392 B
Makefile
# Created by: Mirko Zinn <mail@derzinn.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongokit
|
|
PORTVERSION= 0.8.1
|
|
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>=2.0.1:${PORTSDIR}/databases/pymongo
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|