Bump security/authforce to version 0.9.9_5
[dports.git] / security / rubygem-devise-two-factor / Makefile
1 # Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
2 # $FreeBSD$
3
4 PORTNAME=       devise-two-factor
5 PORTVERSION=    3.0.0
6 PORTREVISION=   2
7 CATEGORIES=     security rubygems
8 MASTER_SITES=   RG
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        Barebones two-factor authentication with Devise
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 RUN_DEPENDS=    rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
17                 rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
18                 rubygem-devise>=4.0:devel/rubygem-devise \
19                 rubygem-railties4>=0:www/rubygem-railties4 \
20                 rubygem-rotp>=2.0:devel/rubygem-rotp
21
22 NO_ARCH=        yes
23 USE_RUBY=       yes
24 USES=           gem
25
26 .include <bsd.port.mk>