diff --git a/finance/cointop/Makefile b/finance/cointop/Makefile index c3e4606a6b72..11c53ef353eb 100644 --- a/finance/cointop/Makefile +++ b/finance/cointop/Makefile @@ -1,22 +1,25 @@ PORTNAME= cointop DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 PORTREVISION= 15 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org COMMENT= Cryptocurrency coin stats WWW= https://github.com/miguelmota/cointop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Repo archived upstream Nov 18, 2023 +EXPIRATION_DATE=2024-02-29 + USES= go:modules GO_MODULE= github.com/${PORTNAME}-sh/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/cointop.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include