ports/security/rubygem-devise_pam_authenticatable2-rails61/Makefile
Muhammad Moinur Rahman 9acad4ea5b 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
2022-11-18 23:27:14 -06:00

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>