aboutsummaryrefslogtreecommitdiff
path: root/security/ct-submit/Makefile
blob: 04b7484f3c4018ddc22148da2964f01bb12cd0b5 (plain) (blame)
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=	11
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>