diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /databases/py-couchdb | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'databases/py-couchdb')
-rw-r--r-- | databases/py-couchdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-couchdb/Makefile b/databases/py-couchdb/Makefile index ff082fbfd38f..0794d00dae85 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple Library to Allow Python Applications to Use CouchDB LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent pythonprefix |