mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1632bbf28e
Reported by: portscout
19 lines
349 B
Makefile
19 lines
349 B
Makefile
PORTNAME= opa
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.32.0
|
|
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>
|