forked from Lainports/freebsd-ports
25 lines
554 B
Makefile
25 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= metasploit_data_models
|
|
PORTVERSION= 0.17.0
|
|
PORTEPOCH= 2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Database layer for Metasploit
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
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
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include <bsd.port.mk>
|