mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
* https://github.com/wneessen/apg-go/releases/tag/v0.4.0 * https://github.com/wneessen/apg-go/compare/v0.3.2...v0.4.0
24 lines
528 B
Makefile
24 lines
528 B
Makefile
PORTNAME= apg
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.0
|
|
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
|
|
GH_TUPLE= wneessen:go-hibp:v1.0.0:wneessen_go_hibp/vendor/github.com/wneessen/go-hibp
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|