aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pymongo28/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pymongo28/Makefile')
-rw-r--r--databases/pymongo28/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/pymongo28/Makefile b/databases/pymongo28/Makefile
new file mode 100644
index 00000000000..50e499a430e
--- /dev/null
+++ b/databases/pymongo28/Makefile
@@ -0,0 +1,21 @@
+# Created by: wen@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= pymongo
+PORTVERSION= 2.8
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 28
+
+MAINTAINER= demon@FreeBSD.org
+COMMENT= Python driver for MongoDB
+
+LICENSE= APACHE20
+
+CONFLICTS_INSTALL= py[0-9][0-9]-pymongo
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>