aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-devise-two-factor/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-22 21:49:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-22 21:49:27 +0000
commit3f6b74b43e4d6089dd1a7dc97a74ca929b137cc2 (patch)
tree7ecc6ba4d2c54338255d03708404d114983ada33 /security/rubygem-devise-two-factor/Makefile
parent96f2b4282de79fc1a0c5be086317c0a4e485bb27 (diff)
downloadports-3f6b74b43e4d6089dd1a7dc97a74ca929b137cc2.tar.gz
ports-3f6b74b43e4d6089dd1a7dc97a74ca929b137cc2.zip
Notes
Diffstat (limited to 'security/rubygem-devise-two-factor/Makefile')
-rw-r--r--security/rubygem-devise-two-factor/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile
index 66a76898e0a3..42fa3040cfe4 100644
--- a/security/rubygem-devise-two-factor/Makefile
+++ b/security/rubygem-devise-two-factor/Makefile
@@ -3,23 +3,25 @@
PORTNAME= devise-two-factor
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
+RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
rubygem-devise>=4.0:devel/rubygem-devise \
- rubygem-railties4>=0:www/rubygem-railties4 \
+ rubygem-railties50>=0:www/rubygem-railties50 \
rubygem-rotp>=2.0:devel/rubygem-rotp
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>