diff --git a/net/storj/Makefile b/net/storj/Makefile index 75ce722c9634..26db927a2cc0 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,30 +1,33 @@ # Created by: Alexey Dokuchaev PORTNAME= storj PORTVERSION= 1.37.2 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= danfe@FreeBSD.org COMMENT= Decentralized cloud object storage LICENSE= AGPLv3 +DEPRECATED= Deprecated in favour of net/storj due to v3 rearchitecture +EXPIRATION_DATE=2021-12-31 + USES= go:modules USE_GITHUB= yes .include "${.CURDIR}/Makefile.deps" STORJ_CMDS= certificates connect-test crashcollect identity inspector \ metabase-orphaned-segments metabase-verify metric-receiver \ multinode satellite storagenode storagenode-updater \ storj-admin storj-sim uplink uplinkng versioncontrol GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,} post-stage: # Avoid conflict with `graphics/mesa-demos' @${MV} ${STAGEDIR}${PREFIX}/bin/identity \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-identity .include