diff options
Diffstat (limited to 'security')
-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 |