16 lines
584 B
Makefile
16 lines
584 B
Makefile
|
# $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"
|