aboutsummaryrefslogtreecommitdiff
path: root/security/ct-submit/Makefile
blob: 408455d2274576338152b121321dfb1e0ec61d31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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_PROJECT= ct-submit
GH_TAGNAME= 7bb2541

PLIST_FILES=	bin/ct-submit

.include <bsd.port.mk>