1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/finance/fixc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>