freebsd-ports/security/age/Makefile
Matthias Andree 4ee0563f5b security/age: reinstate PORTREVISION...
...because the DISTVERSIONSUFFIX was not part of the port/package
revision and thus without PORTREVISION, the version overall had
gone backwards.

Bump PORTREVISION to 2, one higher than previously used for -beta6.

Approved by:	portmgr@ (blanket, trivial tested fix)
2021-09-11 09:27:01 +02:00

21 lines
383 B
Makefile

PORTNAME= age
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Simple, modern and secure file encryption tool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= filippo.io/age
GO_TARGET= ./cmd/age \
./cmd/age-keygen
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
.include <bsd.port.mk>