aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pymongo/Makefile
blob: be651f7f73720a1f18f40d0466e6e058100760d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: wen@FreeBSD.org
# $FreeBSD$

PORTNAME=   pymongo
PORTVERSION=    3.0.3
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>