mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|