aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rpam2
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-03-13 00:57:09 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-03-13 00:57:09 +0000
commit15a0ee75eee0e845234e2aaa671a5d1de919fc51 (patch)
tree86b2a9d431035c0a8d7ba19d16be24a38ab7a07b /security/rubygem-rpam2
parentc37a900ded9f9d46c30721f7d3e61f94b98047d8 (diff)
downloadports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.tar.gz
ports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.zip
Add new Ruby Gem dependency ports for upcoming Mastodon v2.3.1
multimedia/rubygem-streamio-ffmpeg WWW: http://github.com/streamio/streamio-ffmpeg security/rubygem-devise_pam_authenticatable2 WWW: http://github.com/devkral/devise_pam_authenticatable2 security/rubygem-omniauth-cas WWW: https://github.com/dlindahl/omniauth-cas security/rubygem-rpam2 WWW: http://github.com/devkral/rpam2
Notes
Notes: svn path=/head/; revision=464333
Diffstat (limited to 'security/rubygem-rpam2')
-rw-r--r--security/rubygem-rpam2/Makefile18
-rw-r--r--security/rubygem-rpam2/distinfo3
-rw-r--r--security/rubygem-rpam2/pkg-descr5
3 files changed, 26 insertions, 0 deletions
diff --git a/security/rubygem-rpam2/Makefile b/security/rubygem-rpam2/Makefile
new file mode 100644
index 000000000000..7eefbdfd3ea4
--- /dev/null
+++ b/security/rubygem-rpam2/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= rpam2
+PORTVERSION= 3.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= PAM integration with ruby
+
+LICENSE= MIT
+
+LIB_DEPENDS= libunwind.so:devel/libunwind
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-rpam2/distinfo b/security/rubygem-rpam2/distinfo
new file mode 100644
index 000000000000..513d023c57ac
--- /dev/null
+++ b/security/rubygem-rpam2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520096696
+SHA256 (rubygem/rpam2-3.1.0.gem) = 1a28e4af0f744f92bcefc19a9e6b0c1e48e56b2f85160cd0f5abfcff6076d8e6
+SIZE (rubygem/rpam2-3.1.0.gem) = 8192
diff --git a/security/rubygem-rpam2/pkg-descr b/security/rubygem-rpam2/pkg-descr
new file mode 100644
index 000000000000..b38abd0db4e8
--- /dev/null
+++ b/security/rubygem-rpam2/pkg-descr
@@ -0,0 +1,5 @@
+This extension provides a PAM (Pluggable Authentication Modules) integration to
+ruby. It is inspired by rpam but provides more functionality and is licensed
+under the MIT license.
+
+WWW: http://github.com/devkral/rpam2