freebsd-ports/databases/pymongo/Makefile
2009-12-14 03:15:51 +00:00

23 lines
457 B
Makefile

# Ports collection makefile for: pymongo
# Date created: 23 Nov, 2009
# Whom: wen@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= pymongo
PORTVERSION= 1.2.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
MAINTAINER= wen@FreeBSD.org
COMMENT= Python driver for MongoDB
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>