ports/security/gauth/Makefile
Yusuf Yaman d89a9b3c72 security/gauth: Undeprecate golang port
The port works fine with the current default go version 1.24.

PR:	291432
2025-12-06 04:58:27 +03:00

22 lines
424 B
Makefile

PORTNAME= gauth
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 5
CATEGORIES= security
MAINTAINER= nxjoseph@protonmail.com
COMMENT= Google Authenticator in your terminal
WWW= https://github.com/pcarrier/gauth \
https://pkg.go.dev/github.com/pcarrier/gauth
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/pcarrier/gauth
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>