diff options
Diffstat (limited to 'databases/couchdb3/Makefile')
-rw-r--r-- | databases/couchdb3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index df940c5c9319..90876bcf4f08 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,5 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.0 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -11,6 +12,9 @@ WWW= https://couchdb.apache.org/ LICENSE= APACHE20 BSD3CLAUSE ISCL OFL11 WTFPL LICENSE_COMB= multi +# not supported upstream +NOT_FOR_ARCHS= i386 + BUILD_DEPENDS= erlang-runtime${_ERLVER}>=${_ERLVER}.0:lang/erlang-runtime${_ERLVER} \ rebar:devel/rebar LIB_DEPENDS= libicudata.so:devel/icu \ |