aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-19 05:25:12 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-19 05:27:14 +0000
commit9acad4ea5b0a5fa43536496cb25811d757d23fe1 (patch)
tree26e0b43458160f70ff74332007a0f06af6062542
parentb5673e0619b56126e2117ac98cbcbe2be24b959a (diff)
downloadports-9acad4ea5b0a5fa43536496cb25811d757d23fe1.tar.gz
ports-9acad4ea5b0a5fa43536496cb25811d757d23fe1.zip
security/rubygem-devise_pam_authenticatable2-rails61: New port
The devise_pam_authenticatable2 is a Devise extension for authentication using PAM (Pluggable Authentication Modulues) via the rpam2 gem. This allows you to authenticate against the local host's authentication system including local account usernames and passwords. Sponsored by: Nepustil
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-devise_pam_authenticatable2-rails61/Makefile22
-rw-r--r--security/rubygem-devise_pam_authenticatable2-rails61/distinfo3
-rw-r--r--security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index d007ea104370..f4d0bcf56ebd 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1045,6 +1045,7 @@
SUBDIR += rubygem-devise-two-factor-rails61
SUBDIR += rubygem-devise-two-factor-rails70
SUBDIR += rubygem-devise_pam_authenticatable2
+ SUBDIR += rubygem-devise_pam_authenticatable2-rails61
SUBDIR += rubygem-digest
SUBDIR += rubygem-digest-crc
SUBDIR += rubygem-doorkeeper
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/Makefile b/security/rubygem-devise_pam_authenticatable2-rails61/Makefile
new file mode 100644
index 000000000000..b1970966a19c
--- /dev/null
+++ b/security/rubygem-devise_pam_authenticatable2-rails61/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= devise_pam_authenticatable2
+PORTVERSION= 9.2.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails61
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= Devise PAM authentication module using rpam2
+WWW= https://github.com/devkral/devise_pam_authenticatable2
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-devise-rails61>=4.0.0:devel/rubygem-devise-rails61 \
+ rubygem-rpam2>=4.0:security/rubygem-rpam2
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/distinfo b/security/rubygem-devise_pam_authenticatable2-rails61/distinfo
new file mode 100644
index 000000000000..4e3328a36947
--- /dev/null
+++ b/security/rubygem-devise_pam_authenticatable2-rails61/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536249250
+SHA256 (rubygem/devise_pam_authenticatable2-9.2.0.gem) = e21ee4ac213de01e5d5863ba25e23a4304b079dc6128866edf86c17945a1378e
+SIZE (rubygem/devise_pam_authenticatable2-9.2.0.gem) = 8704
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr b/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr
new file mode 100644
index 000000000000..e7e625bec0e6
--- /dev/null
+++ b/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr
@@ -0,0 +1,4 @@
+The devise_pam_authenticatable2 is a Devise extension for authentication using
+PAM (Pluggable Authentication Modulues) via the rpam2 gem. This allows you to
+authenticate against the local host's authentication system including local
+account usernames and passwords.