freebsd-ports/finance/cointop/Makefile
Dmitri Goutnik 4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00

21 lines
421 B
Makefile

PORTNAME= cointop
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.10
PORTREVISION= 4
CATEGORIES= finance
MAINTAINER= lcook@FreeBSD.org
COMMENT= Cryptocurrency coin stats
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
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 <bsd.port.mk>