freebsd-ports/databases/pymongo/Makefile
Alexey Dokuchaev 4331696728 Do not insist that the port does not install on Tier-2 architectures: it
installs fine at least on PowerPC, and I do not see a reason why would a
Python port fail elsewhere (provided that Python itself is OK, and it is).
2015-09-06 14:07:02 +00:00

19 lines
342 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 2.7.1
PORTREVISION= 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>