blob: e1d882d3ddac69757571ae422f582f7fe9f3bdd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.1 2017/09/14 19:43:45 minskim Exp $
DISTNAME= metasploit-model-2.0.4
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/metasploit-model
COMMENT= Models shared between metasploit-framework and metasploit_data_models
DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42
DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|