freebsd-ports/databases/py-couchdb/Makefile
Dan Langille 33d00a517b Upgrade to 1.1
PR:		218185
Approved by:	portmgr (feld)
Differential Revision:	https://reviews.freebsd.org/D10166
2017-04-04 14:54:28 +00:00

21 lines
468 B
Makefile

# Created by: Andrei Antoukh <niwi@niwi.be>
# $FreeBSD$
PORTNAME= CouchDB
PORTVERSION= 1.1
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
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson
USES= python
USE_PYTHON= distutils pythonprefix
.include <bsd.port.mk>