abacf8fcf3
Approved by: wg (maintainer)
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# Created by: wen@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pymongo
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Python driver for MongoDB
|
|
|
|
LICENSE= APACHE20
|
|
|
|
CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|