diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 21:57:17 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 21:57:17 +0000 |
commit | cdebd5ad424b7fa2326805b4e36599bc5d849ed1 (patch) | |
tree | 4db214c20ff72c99ee6984f5a374bc780c50c8b8 /security/sslscan | |
parent | 4c2ad53fee63cfa664e3b8c87079df1c3c134777 (diff) | |
download | ports-cdebd5ad424b7fa2326805b4e36599bc5d849ed1.tar.gz ports-cdebd5ad424b7fa2326805b4e36599bc5d849ed1.zip |
Notes
Diffstat (limited to 'security/sslscan')
-rw-r--r-- | security/sslscan/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile index 155018491567..8f9e38d7be3d 100644 --- a/security/sslscan/Makefile +++ b/security/sslscan/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: sslscan -# Date created: 21/6/2011 -# Whom: Matthieu BOUTHORS -# +# Created by: Matthieu BOUTHORS <matthieu@labs.fr> # $FreeBSD$ -# PORTNAME= sslscan PORTVERSION= 1.8.2 CATEGORIES= security -MASTER_SITES= http://downloads.sourceforge.net/project/sslscan/sslscan/ \ - http://mirror.labs.fr/pub/FreeBSD/distfiles/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= matthieu@labs.fr |