Edit

IABSD.fr/ports/security/sops/Makefile

Branch :

  • Show log

    Commit

  • Author : abieber
    Date : 2022-10-05 14:54:22
    Hash : f7987477
    Message : drop maintainer of stuff I don't use anymore

  • security/sops/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>