2020-01-02 08:18:58 -05:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= storj
|
2020-03-26 04:09:34 -04:00
|
|
|
PORTVERSION= 0.35.3
|
2020-01-02 08:18:58 -05:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
|
|
COMMENT= Decentralized cloud object storage
|
|
|
|
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
|
2020-03-26 04:09:34 -04:00
|
|
|
PORTSCOUT= skipv:1.0.0 # 1.0.0 is identical to 0.35.3
|
|
|
|
|
2020-01-02 08:18:58 -05:00
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/Makefile.deps"
|
|
|
|
|
2020-03-26 04:09:34 -04:00
|
|
|
STORJ_CMDS= certificates identity inspector linksharing \
|
2020-01-02 08:18:58 -05:00
|
|
|
s3-benchmark satellite segment-reaper statreceiver \
|
|
|
|
storagenode storagenode-updater storj-sim uplink \
|
|
|
|
versioncontrol
|
|
|
|
|
|
|
|
GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,}
|
|
|
|
|
|
|
|
post-stage:
|
2020-01-22 07:44:09 -05:00
|
|
|
# Avoid conflict with `graphics/mesa-demos'
|
2020-01-02 08:18:58 -05:00
|
|
|
@${MV} ${STAGEDIR}${PREFIX}/bin/identity \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-identity
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|