No proper change log is not available. Please refer commit log: <https://github.com/rapid7/mettle/commits/master>.
16 lines
457 B
Makefile
16 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/03/21 12:07:34 taca Exp $
|
|
|
|
DISTNAME= metasploit_payloads-mettle-0.3.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://www.metasploit.com/
|
|
COMMENT= Compiled binaries for Metasploit\'s next-gen Meterpreter
|
|
LICENSE= modified-bsd
|
|
|
|
# These are pre-built binaries.
|
|
CHECK_RELRO_SKIP+= ${GEM_LIBDIR}/build/*
|
|
CHECK_SSP_SKIP+= ${CHECK_RELRO_SKIP}
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|