freebsd-ports/net-p2p/bitmark-cli/Makefile
Marcelo Araujo 4a007974ab The Bitmark distributed property system.
Bitmark secures digital property registration through Bitmark certificates,
enabling economic trade of those properties between individuals, governments,
corporations, and institutions at global scale.

WWW: https://github.com/bitmark-inc/bitmarkd

Submitted by:	Christopher Hall <hsw__bitmark.com>
Sponsored by:	Bitmark Inc.
Differential Revision:	https://reviews.freebsd.org/D23167
2020-01-17 10:46:13 +00:00

15 lines
230 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitmark
PKGNAMESUFFIX= -cli
COMMENT= Bitmark distributed property system cli
CONFLICTS?= bitmark
SLAVE_PORT= yes
OPTIONS_DEFINE= CLI
OPTIONS_DEFAULT= CLI
.include "${MASTERDIR}/Makefile"