mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
966af97892
- add WWW line to pkg-plist
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# 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>
|