Files
ports/databases/erlfdb/Makefile
T
Stefan Eßer 528abfd943 databases/erlfdb: Remove obsolete WWW: lines from pkg-descr
The WWW: lines at the end of pkg-descr files has been replaced
by the WWW macro in the ports' Makefiles on September 7, 2022
(see commit b7f05445c0 for details).

Approved by:	portmgr (implicit)
2023-02-20 18:33:59 +01:00

25 lines
500 B
Makefile

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/
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 <bsd.port.mk>