aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslscan/Makefile
blob: 2e7eac86d1cc3be00158653433d9727136b1ca0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Matthieu BOUTHORS <matthieu@labs.fr>
# $FreeBSD$

PORTNAME=   sslscan
PORTVERSION=    1.8.2
CATEGORIES= security
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= matthieu@labs.fr
COMMENT=    SSLScan is a fast SSL port scanner

LICENSE=    GPLv3

MAKE_ARGS=  CC="${CC}" CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>