Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 09:15:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402038 - head/security/metasploit
Message-ID:  <201511200915.tAK9FjMG011259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 20 09:15:45 2015
New Revision: 402038
URL: https://svnweb.freebsd.org/changeset/ports/402038

Log:
  - Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/metasploit/Makefile

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Fri Nov 20 09:15:41 2015	(r402037)
+++ head/security/metasploit/Makefile	Fri Nov 20 09:15:45 2015	(r402038)
@@ -9,6 +9,9 @@ CATEGORIES=	security
 MAINTAINER=	tanawts@gmail.com
 COMMENT=	Exploit-Framework for Penetration-Testing
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	nasm:${PORTSDIR}/devel/nasm \
 		nmap:${PORTSDIR}/security/nmap \
 		rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511200915.tAK9FjMG011259>