mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
299 B
Makefile
17 lines
299 B
Makefile
PORTNAME= fixc
|
|
PORTVERSION= 1.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
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>
|