aboutsummaryrefslogtreecommitdiff
path: root/finance/fixc/Makefile
blob: 935e57d4d6c9219982a2c773d76e3e06de5e07e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=		fixc
PORTVERSION=		1.2
DISTVERSIONPREFIX=	v
PORTREVISION=	19
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>