postfix-log-parser/Makefile

28 lines
628 B
Makefile
Raw Normal View History

2021-02-15 16:12:09 +01:00
# $FreeBSD: head/sysutils/postfix-log-parser/Makefile 517745 2021-02-15 15:10:39Z yo000 $
PORTNAME= postfix-log-parser
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= johan@nosd.in
COMMENT= Parse postfix log, and output json format
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
GO_TARGET= postfix-log-parser/main.go
USE_GITHUB= yes
GH_ACCOUNT= yo000
GH_PROJECT= postfix-log-parser
GH_TUPLE= spf13:cobra:v1.1.3:cobra/vendor/github.com/spf13/cobra \
tabalt:pidfile:v1.1.0:pidfile/vendor/github.com/tabalt/pidfile
pre-test:
${SETENV} GOPATH="${WRKDIR}"
.include <bsd.port.mk>