freebsd-ports/security/rubygem-metasploit-credential/Makefile
Antoine Brodin 0287333469 Update:
- 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
2015-03-08 15:38:17 +00:00

28 lines
877 B
Makefile

# $FreeBSD$
PORTNAME= metasploit-credential
PORTVERSION= 0.13.17
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Credential models for metasploit-framework and Metasploit Pro
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \
rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \
rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \
rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \
rubygem-rubyntlm>=0:${PORTSDIR}/net/rubygem-rubyntlm \
rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PORTSCOUT= ignore:1
.include <bsd.port.mk>