freebsd-ports/databases/py-couchdb/Makefile
Marcus von Appen e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00

19 lines
394 B
Makefile

# Created by: Andrei Antoukh <niwi@niwi.be>
# $FreeBSD$
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
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils pythonprefix
.include <bsd.port.mk>