opnsense-ports/databases/pymongo/Makefile
Franco Fichtner 9ce5d12e36 */*: sync with upstream
Taken from: HardenedBSD
2018-07-17 00:12:32 +02:00

20 lines
386 B
Makefile

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