freebsd-ports/devel/rubygem-devise-rails5/Makefile

26 lines
656 B
Makefile

PORTNAME= devise
PORTVERSION= 4.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
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-railties5>=4.1.0:www/rubygem-railties5 \
rubygem-responders-rails5>=0:www/rubygem-responders-rails5 \
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= plataformatec
.include <bsd.port.mk>