mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
devel/rubygem-devise-rails70: Add rubygem-devise-rails70 4.8.1
Flexible authentication solution for Rails with Warden WWW: https://github.com/heartcombo/devise
This commit is contained in:
parent
fff3b6b37a
commit
a030cc1900
@ -6305,6 +6305,7 @@
|
||||
SUBDIR += rubygem-devise-rails52
|
||||
SUBDIR += rubygem-devise-rails60
|
||||
SUBDIR += rubygem-devise-rails61
|
||||
SUBDIR += rubygem-devise-rails70
|
||||
SUBDIR += rubygem-devise47-rails61
|
||||
SUBDIR += rubygem-did_you_mean
|
||||
SUBDIR += rubygem-dig_rb
|
||||
|
26
devel/rubygem-devise-rails70/Makefile
Normal file
26
devel/rubygem-devise-rails70/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= devise
|
||||
PORTVERSION= 4.8.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails70
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Flexible authentication solution for Rails with Warden
|
||||
|
||||
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-railties70>=4.1.0:www/rubygem-railties70 \
|
||||
rubygem-responders-rails70>=0:www/rubygem-responders-rails70 \
|
||||
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
|
||||
|
||||
USES= cpe gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= plataformatec
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-devise-rails70/distinfo
Normal file
3
devel/rubygem-devise-rails70/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1641046868
|
||||
SHA256 (rubygem/devise-4.8.1.gem) = fdd48bbe79a89e7c1152236a70479842ede48bea4fa7f4f2d8da1f872559803e
|
||||
SIZE (rubygem/devise-4.8.1.gem) = 91136
|
3
devel/rubygem-devise-rails70/pkg-descr
Normal file
3
devel/rubygem-devise-rails70/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Flexible authentication solution for Rails with Warden
|
||||
|
||||
WWW: https://github.com/heartcombo/devise
|
Loading…
Reference in New Issue
Block a user