22 lines
334 B
Makefile
22 lines
334 B
Makefile
COMMENT = tool for managing secrets
|
|
|
|
MODGO_MODNAME = go.mozilla.org/sops/v3
|
|
MODGO_VERSION = v3.7.3
|
|
REVISION = 0
|
|
|
|
DISTNAME = sops-${MODGO_VERSION}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/mozilla/sops
|
|
|
|
# MPL-2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|