diff --git a/devel/rubygem-devise-rails61/Makefile b/devel/rubygem-devise-rails61/Makefile index 08a7e9a0b852..63629b0e7b61 100644 --- a/devel/rubygem-devise-rails61/Makefile +++ b/devel/rubygem-devise-rails61/Makefile @@ -1,26 +1,26 @@ PORTNAME= devise PORTVERSION= 4.9.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 -MAINTAINER= ruby@FreeBSD.org +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-railties61>=4.1.0:www/rubygem-railties61 \ rubygem-responders-rails61>=0:www/rubygem-responders-rails61 \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem NO_ARCH= yes CPE_VENDOR= plataformatec .include diff --git a/devel/rubygem-devise-rails61/pkg-descr b/devel/rubygem-devise-rails61/pkg-descr index 806ad314b56d..eda2e6aab5ab 100644 --- a/devel/rubygem-devise-rails61/pkg-descr +++ b/devel/rubygem-devise-rails61/pkg-descr @@ -1 +1,5 @@ -Flexible authentication solution for Rails with Warden +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.