3e59ad676f
Quote from commit logs: 4.0.2 (2021-05-05) * Land #60, Add ruby 3.0 tests 4.0.1 (2021-04-29) * Land #59, Remove bundle cache 4.0.0 (2021-04-28) * Land #57, update to Rails 6.x compatible * update schema comment for automation 3.1.4 (2021-04-28) * and #58, Replaces travis with GH actions for testing
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/05/30 11:40:46 taca Exp $
|
|
|
|
DISTNAME= metasploit-model-4.0.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/metasploit-model
|
|
COMMENT= Models shared between metasploit-framework and metasploit_data_models
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
|
|
RUBY_RAILS_ACCEPTED= 52
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|