blob: 737b60e350605f0bba48817534d03ced71217823 (
plain)
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
|
PORTNAME= metasploit_data_models
PORTVERSION= 4.1.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-activerecord52>=5.2.2:databases/rubygem-activerecord52 \
rubygem-activesupport52>=5.2.2:devel/rubygem-activesupport52 \
rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \
rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \
rubygem-metasploit-model>=3.1:security/rubygem-metasploit-model \
rubygem-pg>=0:databases/rubygem-pg \
rubygem-railties52>=5.2.2:www/rubygem-railties52 \
rubygem-recog>=2.0:security/rubygem-recog
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|