0505b712df
PR: 274405
17 lines
337 B
Makefile
17 lines
337 B
Makefile
PORTNAME= fixc
|
|
PORTVERSION= 1.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 15
|
|
CATEGORIES= finance
|
|
|
|
MAINTAINER= blttll@gmail.com
|
|
COMMENT= Simple Financial Information eXchange (FIX) protocol console client
|
|
WWW= https://github.com/blttll/fixc
|
|
|
|
USES= go
|
|
|
|
PLIST_FILES= bin/fixc
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= blttll
|
|
|
|
.include <bsd.port.mk>
|