2014-12-05 12:02:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= metasploit-concern
|
2017-07-13 20:41:58 +02:00
|
|
|
PORTVERSION= 2.0.5
|
2014-12-05 12:02:49 +01:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Automatically include Modules from app/concerns
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-05-15 09:20:29 +02:00
|
|
|
RUN_DEPENDS= rubygem-activemodel4>=4.2.6:databases/rubygem-activemodel4 \
|
|
|
|
rubygem-activesupport4>=4.2.6:devel/rubygem-activesupport4 \
|
|
|
|
rubygem-railties4>=4.2.6:www/rubygem-railties4
|
2014-12-05 12:02:49 +01:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2014-12-05 12:02:49 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2014-12-05 12:02:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|