# Created by: Andrei Antoukh <niwi@niwi.be>
# $FreeBSD: databases/py-couchdb/Makefile 328795 2013-09-30 14:23:02Z bdrewery $

PORTNAME=	CouchDB
PORTVERSION=	0.8
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	python

MAINTAINER=	niwi@niwi.be
COMMENT=	Simple Library to Allow Python Applications to Use CouchDB

USE_PYTHON=	2.6+
USE_PYDISTUTILS=	yes
USE_PYTHON_PREFIX=	yes

NO_STAGE=	yes
.include <bsd.port.mk>
