mirror of https://git.FreeBSD.org/ports.git
21 lines
371 B
Makefile
21 lines
371 B
Makefile
PORTNAME= zlint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.6.5
|
|
CATEGORIES= security www
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= X.509 certificate linter
|
|
WWW= https://github.com/zmap/zlint
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/zmap/zlint/v3
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|