1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/rubygem-devise/Makefile
Sunpoet Po-Chuan Hsieh 27f7ba5b8c Update to 4.6.2
- Change from Rails 4.2 to Rails 5.0
- Take maintainership

Changes:	https://github.com/plataformatec/devise/blob/master/CHANGELOG.md
2019-06-22 21:49:11 +00:00

30 lines
701 B
Makefile

# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= devise
PORTVERSION= 4.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
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:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1:devel/rubygem-orm_adapter \
rubygem-railties50>=4.1.0:www/rubygem-railties50 \
rubygem-responders>=0:www/rubygem-responders \
rubygem-warden>=1.2.3:devel/rubygem-warden
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|, "test/rails_app/config/routes.rb"||' ${WRKSRC}/${PORTNAME}.gemspec
.include <bsd.port.mk>