aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-metasploit-concern
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-05 11:02:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-05 11:02:49 +0000
commit062a2f35e3cd8622bc6a6f03a551c27c89f8bd1d (patch)
treec87065240c65cb347f4d0f05e19cbcad84d4df40 /security/rubygem-metasploit-concern
parent369ca89d17cfa147d48bc06a4ae76d02470548b8 (diff)
downloadports-062a2f35e3cd8622bc6a6f03a551c27c89f8bd1d.tar.gz
ports-062a2f35e3cd8622bc6a6f03a551c27c89f8bd1d.zip
Notes
Diffstat (limited to 'security/rubygem-metasploit-concern')
-rw-r--r--security/rubygem-metasploit-concern/Makefile23
-rw-r--r--security/rubygem-metasploit-concern/distinfo2
-rw-r--r--security/rubygem-metasploit-concern/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/security/rubygem-metasploit-concern/Makefile b/security/rubygem-metasploit-concern/Makefile
new file mode 100644
index 000000000000..6a39bf183908
--- /dev/null
+++ b/security/rubygem-metasploit-concern/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= metasploit-concern
+PORTVERSION= 0.3.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Automatically include Modules from app/concerns
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
+ rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PORTSCOUT= ignore:1
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-metasploit-concern/distinfo b/security/rubygem-metasploit-concern/distinfo
new file mode 100644
index 000000000000..7b2768ab238f
--- /dev/null
+++ b/security/rubygem-metasploit-concern/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/metasploit-concern-0.3.0.gem) = fdc7313026bf6b0f208ab48f40fa81c25f0c2c529287dee4e2726c9aab6a0b5d
+SIZE (rubygem/metasploit-concern-0.3.0.gem) = 12800
diff --git a/security/rubygem-metasploit-concern/pkg-descr b/security/rubygem-metasploit-concern/pkg-descr
new file mode 100644
index 000000000000..c66c3bc5302e
--- /dev/null
+++ b/security/rubygem-metasploit-concern/pkg-descr
@@ -0,0 +1,6 @@
+Metasploit::Concern allows you to define concerns in app/concerns that will
+automatically be included in matching classes. It can be used to automate
+adding new associations to ActiveRecord::Base models from gems and
+Rails::Engines.
+
+WWW: https://github.com/rapid7/metasploit-concern