Files
Jesús Daniel Colmenares Oviedo ebc7d08413 security/enc: Update to 1.1.4
- Get go.mod from Github.
- Use GO_MODULE instead of GH_TUPLE.
- Use PORTNAME in WWW, GO_MODULE and PLIST_FILES.

Approved by:	acm (mentor)
2025-06-08 03:02:28 -04:00

21 lines
395 B
Makefile

PORTNAME= enc
DISTVERSION= 1.1.4
CATEGORIES= security
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Modern and friendly CLI alternative to GnuPG
WWW= https://github.com/life4/${PORTNAME}
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= life4
GO_MOD_DIST= github
GO_MODULE= github.com/life4/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>