1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/ct-submit/Makefile
Matthew Seaman 085f7ada03 Simple utility for submitting to transparency logs
PR:		216766
Submitted by:	Jim Ohlstein <jim@ohlste.in>
2017-05-01 14:45:00 +00:00

22 lines
365 B
Makefile

# Created by: Jim Ohlstein <jim@ohlste.in>
# $FreeBSD$
PORTNAME= ct-submit
PORTVERSION= 1.1.2
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
.include <bsd.port.mk>