forked from Lainports/freebsd-ports
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>
25 lines
677 B
Makefile
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>
|