freebsd-ports/security/rubygem-metasploit_data_models/Makefile
2015-05-23 16:32:23 +00:00

31 lines
946 B
Makefile

# $FreeBSD$
PORTNAME= metasploit_data_models
PORTVERSION= 0.24.0
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Database layer for Metasploit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-arel-helpers>=0:${PORTSDIR}/databases/rubygem-arel-helpers \
rubygem-metasploit-concern>=0.4.0:${PORTSDIR}/security/rubygem-metasploit-concern \
rubygem-metasploit-model>=0.29.0:${PORTSDIR}/security/rubygem-metasploit-model \
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \
rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \
rubygem-recog>=1.0:${PORTSDIR}/security/rubygem-recog
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/mdm_console
PORTSCOUT= ignore:1
.include <bsd.port.mk>