Files
ports/sysutils/opa/Makefile
T
2026-06-08 22:19:20 -07:00

21 lines
439 B
Makefile

PORTNAME= opa
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.1
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Open Policy Agent for policy enforcement across the entire stack
WWW= https://www.openpolicyagent.org/ \
https://github.com/open-policy-agent/opa
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.25+,modules
GO_MODULE= github.com/open-policy-agent/opa
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>