mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
413 B
Makefile
21 lines
413 B
Makefile
PORTNAME= opa
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.41.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Open Policy Agent for policy enforcement across the entire stack
|
|
WWW= https://github.com/open-policy-agent/opa
|
|
|
|
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>
|