blob: f03910078bf9256115ba2922800aff63b573d9de (
plain) (
blame)
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.41.0
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>
|