1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/apg/Makefile
Mathieu Arnold aea700e377
security/apg: Port version went backwards.
When it was resurrected, the port version went from 2.3.0b_6 to 0.3.0.
To ensure an easy upgrade path, bump PORTEPOCH.
2021-05-07 09:02:07 +02:00

21 lines
361 B
Makefile

PORTNAME= apg
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
PORTEPOCH= 1
CATEGORIES= security sysutils
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Automated Password Generator written in Go
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= wneessen
GH_PROJECT= apg-go
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>