blob: 6f61235155bcfc1c2219c8d8ca673c77cd8ba836 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $FreeBSD$
PORTNAME= metasploit_data_models
PORTVERSION= 3.0.10
PORTREVISION= 1
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-activerecord4>=4.2.6:databases/rubygem-activerecord4 \
rubygem-activesupport4>=4.2.6:devel/rubygem-activesupport4 \
rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \
rubygem-metasploit-model>=0:security/rubygem-metasploit-model \
rubygem-railties4>=4.2.6:www/rubygem-railties4 \
rubygem-recog>=2.0:security/rubygem-recog \
rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \
rubygem-postgres_ext>=0:databases/rubygem-postgres_ext \
rubygem-pg0>=0:databases/rubygem-pg0
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/mdm_console
.include <bsd.port.mk>
|