freebsd-ports/databases/py-simplecouchdb/Makefile
Martin Wilke 9ef8e2c699 py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.

With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.

WWW:	http://code.google.com/p/py-simplecouchdb/

PR:		ports/131296
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 16:54:34 +00:00

25 lines
677 B
Makefile

# New ports collection makefile for: simplecouchdb
# Date created: 2009-02-02
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= simplecouchdb
PORTVERSION= 0.9.24
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Simple Librairy to Allow Python Applicationto Use CouchDB
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= py_${PORTNAME}
.include <bsd.port.mk>