mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
22 lines
506 B
Makefile
22 lines
506 B
Makefile
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>
|