1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/apg/Makefile
2021-08-12 18:25:08 +00:00

21 lines
361 B
Makefile

PORTNAME= apg
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
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>