freebsd-ports/finance/fixc/Makefile
Dmitri Goutnik 34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00

17 lines
295 B
Makefile

# $FreeBSD$
PORTNAME= fixc
PORTVERSION= 1.2
DISTVERSIONPREFIX= v
CATEGORIES= finance
MAINTAINER= blttll@gmail.com
COMMENT= Simple Financial Information eXchange (FIX) protocol console client
USES= go
PLIST_FILES= bin/fixc
USE_GITHUB= yes
GH_ACCOUNT= blttll
.include <bsd.port.mk>