freebsd-ports/databases/pymongo/Makefile
Dmitry Sivachenko e16f419fe6 Update to version 3.2.1.
Approved by:	maintainer
2016-02-19 19:54:38 +00:00

18 lines
326 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 3.2.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python driver for MongoDB
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>