d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
25 lines
409 B
Makefile
25 lines
409 B
Makefile
# Created by: Jim Ohlstein <jim@ohlste.in>
|
|
# $FreeBSD$
|
|
|
|
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>
|