freebsd-ports/databases/py-couchdb/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
523 B
Makefile

# Created by: Andrei Antoukh <niwi@niwi.be>
# $FreeBSD$
PORTNAME= CouchDB
PORTVERSION= 1.1
PORTREVISION= 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@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent pythonprefix
.include <bsd.port.mk>