diff --git a/databases/erlfdb/Makefile b/databases/erlfdb/Makefile index e836f545ce1e..3e644d17a368 100644 --- a/databases/erlfdb/Makefile +++ b/databases/erlfdb/Makefile @@ -1,24 +1,24 @@ PORTNAME= erlfdb PORTVERSION= 1.3.5 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= databases MAINTAINER= dch@FreeBSD.org COMMENT= FoundationDB client in Erlang via FDB C bindings -WWW= https://github.com/apache/couchdb-erlfdb +WWW= https://github.com/apache/couchdb-erlfdb/ LICENSE= APACHE20 LIB_DEPENDS= libfdb_c.so:databases/foundationdb USES= erlang:rebar3,enc USE_GITHUB= yes GH_ACCOUNT= apache GH_PROJECT= couchdb-${PORTNAME} post-install: @${FIND} ${STAGEDIR} -type f -name *.so \ -exec ${STRIP_CMD} {} + .include diff --git a/databases/erlfdb/pkg-descr b/databases/erlfdb/pkg-descr index 1a2a28fb4ef9..9ca8987304ef 100644 --- a/databases/erlfdb/pkg-descr +++ b/databases/erlfdb/pkg-descr @@ -1,5 +1,3 @@ FoundationDB native Erlang bindings, a NIF wrapper for the FoundationDB C API, this project also provides a conforming implementation of the Tuple and Directory layers. - -WWW: https://github.com/apache/couchdb-erlfdb