# -*- 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
github.setup rbsec sslscan 1.11.13-rbsec
maintainers {raimue @raimue} \
description Fast SSL scanner
SSLScan determines what ciphers are supported on \
SSL-based services, such as HTTPS. The output will \
include the certificate and the prefered ciphers of \
the SSL service in plaintext or XML.
license {GPL-3+ OpenSSLException}
depends_lib port:openssl10
checksums rmd160 3be945a7e5fcf11f3ec99d7ef37ebc5b4b2ca57c \
sha256 f3015b6a9f5a6b4fb4a911da45443dbd76e09ef0c55973f82b0807bba834847a \
# implicit declaration of inet_ntop
patchfiles sslscan.c.patch
build.args PREFIX="${prefix}" \
CPPFLAGS="-I${prefix}/include/openssl-1.0" \
CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
LDFLAGS="[get_canonical_archflags ld] -L${prefix}/lib/openssl-1.0"
destroot.args PREFIX="${prefix}"