# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/zmap/zlint 3.6.4 v go.offline_build no github.tarball_from archive revision 0 description \ X.509 Certificate Linter focused on Web PKI standards and requirements. long_description \ {*}${description} ZLint is a X.509 certificate linter written in Go that \ checks for consistency with standards \(e.g. RFC 5280\) and other \ relevant PKI requirements \(e.g. CA\/Browser Forum Baseline Requirements\). categories security installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 011bd9e2848ab2a30038f219ae898e5fc8ae0670 \ sha256 548562c1a7470c6d1c602a077c4e0cb5718ccb53a6e16e49e0671ea8337dae45 \ size 1847899 build.pre_args-append \ -C v3 \ -ldflags \"-X main.version=${version}\" build.args ./cmd/${name} github.livecheck.regex \ {([0-9.]+)} destroot { xinstall -m 0755 ${worksrcpath}/v3/${name} ${destroot}${prefix}/bin/ }