opnsense-ports/devel/rubygem-devise/Makefile
Franco Fichtner c405aeb61b */*: sync with upstream
Taken from: HardenedBSD
2019-06-23 09:25:22 +02:00

29 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>