b6a4c023f3
Update ruby-metasploit-model to 3.0.0, this is a leaf package and is curently marked as broken. 3.0.0 * Switch to use Ruby on Rails 5.2.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/24 11:09:29 taca Exp $
|
|
|
|
DISTNAME= metasploit-model-3.0.0
|
|
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_ACTIVEMODEL_DEPENDS}
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
|
|
RUBY_RAILS_ACCEPTED= 52
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|