2013-06-14 22:40:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= metasploit_data_models
|
2014-09-27 23:17:16 +02:00
|
|
|
PORTVERSION= 0.17.0
|
|
|
|
PORTEPOCH= 2
|
2013-06-14 22:40:09 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2014-09-27 23:17:16 +02:00
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
2013-06-14 22:40:09 +02:00
|
|
|
COMMENT= Database layer for Metasploit
|
|
|
|
|
2014-05-11 10:24:41 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-06-14 22:40:09 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \
|
|
|
|
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
|
|
|
|
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
PLIST_FILES= bin/mdm_console
|
|
|
|
|
2014-09-27 23:17:16 +02:00
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
2013-06-14 22:40:09 +02:00
|
|
|
.include <bsd.port.mk>
|