summaryrefslogtreecommitdiff
path: root/security/ct-submit/Makefile
blob: 1d6b8fcfe222aaed2f3023e52b94fb7fc2794275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	ct-submit
PORTVERSION=	1.1.2
PORTREVISION=	20
CATEGORIES=	security www

MAINTAINER=	jim@ohlste.in
COMMENT=	Submission utility for transparency logs

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go
USE_GITHUB=	yes
GH_ACCOUNT=	grahamedgecombe
GH_TAGNAME=	7bb2541

PLIST_FILES=	bin/ct-submit

.include <bsd.port.mk>