mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
20 lines
500 B
Makefile
20 lines
500 B
Makefile
PORTNAME= CouchDB
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= niwi@niwi.be
|
|
COMMENT= Simple Library to Allow Python Applications to Use CouchDB
|
|
WWW= https://code.google.com/p/couchdb-python/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent pythonprefix
|
|
|
|
.include <bsd.port.mk>
|