freebsd-ports/finance/cointop/Makefile
Yuri Victorovich e5de2e08c2 finance/cointop: Switch to USES=go:modules, fix build with go1.13
PR:		239866
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	portmgr (unbreak with the upcoming go1.13)
2019-08-17 02:06:06 +00:00

23 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= cointop
PORTVERSION= 1.1.2
CATEGORIES= finance
MAINTAINER= ndowens@yahoo.com
COMMENT= Light cryptocurrency coin stats
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= miguelmota
GO_BUILDFLAGS= -ldflags="-X main.Version=${DISTVERSION}"
PLIST_FILES= bin/cointop
.include <bsd.port.mk>