1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/opa/Makefile
Yuri Victorovich 1632bbf28e sysutils/opa: Update 0.31.0 -> 0.32.0
Reported by:	portscout
2021-09-05 10:00:45 -07:00

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>