aboutsummaryrefslogtreecommitdiff
path: root/security/ct-submit/Makefile
blob: 01b669e0b6c1cbc999abc6af72868dd7ddc39b12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Jim Ohlstein <jim@ohlste.in>

PORTNAME=	ct-submit
PORTVERSION=	1.1.2
PORTREVISION=	1
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>