forked from Lainports/freebsd-ports
- metasploit to 4.11.1 - rubygem-metasploit-credential to 0.13.17 - rubygem-metasploit_data_models to 0.22.6 - rubygem-meterpreter_bins to 0.0.13 - rubygem-recog to 1.0.7
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= meterpreter_bins
|
|
PORTVERSION= 0.0.13
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Compiled binaries for Metasploit's Meterpreter
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include <bsd.port.mk>
|