2016-04-12 15:36:39 +02:00
|
|
|
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
|
|
|
|
|
|
|
|
PORTNAME= motor
|
2016-11-04 14:29:07 +01:00
|
|
|
PORTVERSION= 1.0
|
2016-04-12 15:36:39 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= Non-blocking MongoDB driver for Tornado or asyncio
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.3:databases/pymongo@${PY_FLAVOR}
|
2016-04-12 20:19:45 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2016-04-12 15:36:39 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|