aboutsummaryrefslogtreecommitdiff
path: root/security/apg/Makefile
blob: f4a42c8437a0c8fce8b12ed43540f38869d096af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>