Initialisation
This commit is contained in:
27
Makefile
Normal file
27
Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $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>
|
Reference in New Issue
Block a user