head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.06.21.15.52.36;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sslscan
# Date created:				21/6/2011
# Whom:					Matthieu BOUTHORS
#
# $FreeBSD: head/security/sslscan/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sslscan
PORTVERSION=	1.8.2
CATEGORIES=	security
MASTER_SITES=	http://downloads.sourceforge.net/project/sslscan/sslscan/ \
		http://mirror.labs.fr/pub/FreeBSD/distfiles/
EXTRACT_SUFX=	.tgz

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

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

MAN1=	sslscan.1
PLIST_FILES=	bin/sslscan

.include <bsd.port.mk>
@


1.1
log
@SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines
what ciphers are supported, which are the servers prefered ciphers, which SSL
protocols are supported and returns the SSL certificate. Client certificates and
private key can be configured and output is to text / XML.

PR:		ports/158111
Submitted by:	Matthieu BOUTHORS <matthieu@@labs.fr>
@
text
@d5 1
a5 1
# $FreeBSD$
@

