blob: 9ddda05b3b859610365a320fc659832f35d86b1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= opa
DISTVERSIONPREFIX= v
DISTVERSION= 0.38.1
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Open Policy Agent for policy enforcement across the entire stack
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/open-policy-agent/opa
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|