svn commit: r402038 - head/security/metasploit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 20 09:15:46 UTC 2015


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 at 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 \


More information about the svn-ports-all mailing list