mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
45e0b64d7c
- Update WWW Changes: https://github.com/heartcombo/devise/releases https://github.com/heartcombo/devise/blob/master/CHANGELOG.md
31 lines
749 B
Makefile
31 lines
749 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= devise
|
|
PORTVERSION= 4.7.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails60
|
|
|
|
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-railties60>=4.1.0:www/rubygem-railties60 \
|
|
rubygem-responders-rails60>=0:www/rubygem-responders-rails60 \
|
|
rubygem-warden>=1.2.3<1.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>
|