2020-02-23 02:20:03 +01:00
PORTNAME = dynomite
DISTVERSIONPREFIX = v
2021-03-14 08:51:10 +01:00
DISTVERSION = 0.6.22
2020-02-23 02:20:03 +01:00
CATEGORIES = misc
MAINTAINER = yuri@FreeBSD.org
COMMENT = Generic dynamo implementation for different k-v storage engines
LICENSE = APACHE20
LICENSE_FILE = ${ WRKSRC } /LICENSE
2020-11-15 10:33:20 +01:00
BROKEN_aarch64 = fails to configure: checking build system type... Invalid configuration 'aarch64-portbld-freebsd13.0' : machine 'aarch64-portbld' not recognized
2020-12-12 07:08:48 +01:00
BROKEN_riscv64 = fails to configure: configure: error: /bin/sh config/config.sub riscv64-portbld-freebsd13.0 failed
2020-11-15 10:33:20 +01:00
2020-02-23 02:20:03 +01:00
USES = autoreconf gmake libtool ssl
GNU_CONFIGURE = yes
2021-03-14 08:51:10 +01:00
2020-02-23 02:20:03 +01:00
USE_GITHUB = yes
GH_ACCOUNT = Netflix
2020-08-28 22:22:15 +02:00
CFLAGS += -fcommon
2021-03-14 08:51:10 +01:00
LDFLAGS += -lexecinfo
2020-02-23 02:20:03 +01:00
PLIST_FILES = bin/dynomite-hash-tool \
man/man8/dynomite.8.gz \
sbin/dynomite \
sbin/dynomite-test
. i n c l u d e < b s d . p o r t . m k >