diff options
Diffstat (limited to 'security/sslscan/Makefile')
-rw-r--r-- | security/sslscan/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile new file mode 100644 index 00000000000..2a5c1c5e422 --- /dev/null +++ b/security/sslscan/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2013/11/19 12:46:07 tron Exp $ + +DISTNAME= sslscan-1.8.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sslscan/} +EXTRACT_SUFX= .tgz + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/sslscan/ +COMMENT= Fast SSL Scanner +LICENSE= gnu-gpl-v3 + +INSTALLATION_DIRS+= bin +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |