mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
20 lines
331 B
Makefile
20 lines
331 B
Makefile
PORTNAME= ct-submit
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 7
|
|
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>
|