freebsd-ports/databases/pymongo/Makefile
2019-05-06 21:16:37 +00:00

19 lines
385 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 3.8.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Python driver for MongoDB
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28
.include <bsd.port.mk>