mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
aea700e377
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.
21 lines
361 B
Makefile
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>
|