aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-metasploit_data_models/Makefile
blob: 2a85e4c8b288d3344c8c5f97197e8c5580573cd7 (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
PORTNAME=	metasploit_data_models
PORTVERSION=	5.0.5
PORTEPOCH=	2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Database layer for Metasploit
WWW=		https://github.com/rapid7/metasploit_data_models

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \
		rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \
		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-railties60>=6.0:www/rubygem-railties60 \
		rubygem-recog>=2.0:security/rubygem-recog \
		rubygem-webrick>=0:www/rubygem-webrick

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>