freebsd-ports/security/ct-submit/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

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>