Devise is a flexible authentication solution for Rails based on Warden. It: - Is Rack based; - Is a complete MVC solution based on Rails engines; - Allows you to have multiple models signed in at the same time; - Is based on a modularity concept: use only what you really need.
27 lines
661 B
Makefile
27 lines
661 B
Makefile
PORTNAME= devise
|
|
PORTVERSION= 4.9.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails72
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Flexible authentication solution for Rails with Warden
|
|
WWW= https://github.com/heartcombo/devise
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
|
|
rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
|
|
rubygem-railties72>=4.1.0:www/rubygem-railties72 \
|
|
rubygem-responders-rails72>=0:www/rubygem-responders-rails72 \
|
|
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= plataformatec
|
|
|
|
.include <bsd.port.mk>
|