mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
18 lines
385 B
Makefile
18 lines
385 B
Makefile
PORTNAME= pymongo
|
|
PORTVERSION= 3.13.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Python driver for MongoDB
|
|
WWW= https://github.com/mongodb/mongo-python-driver
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils pep517
|
|
|
|
CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28
|
|
|
|
|
|
.include <bsd.port.mk>
|