2015-11-23 20:01:10 +01:00
|
|
|
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
2015-08-09 22:26:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= devise-two-factor
|
2018-04-13 22:48:38 +02:00
|
|
|
PORTVERSION= 3.0.3
|
2015-08-09 22:26:35 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Barebones two-factor authentication with Devise
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-03 19:10:51 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-08-09 22:26:35 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
|
|
|
|
rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
|
2016-08-11 17:17:21 +02:00
|
|
|
rubygem-devise>=4.0:devel/rubygem-devise \
|
2016-04-01 16:25:16 +02:00
|
|
|
rubygem-railties4>=0:www/rubygem-railties4 \
|
|
|
|
rubygem-rotp>=2.0:devel/rubygem-rotp
|
2015-08-09 22:26:35 +02:00
|
|
|
|
2015-08-13 19:36:08 +02:00
|
|
|
NO_ARCH= yes
|
2015-08-09 22:26:35 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-08-09 22:26:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|