diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/rubygem-devise-two-factor | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'security/rubygem-devise-two-factor')
-rw-r--r-- | security/rubygem-devise-two-factor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile index f84c8757f7fe..89c72ad83d5f 100644 --- a/security/rubygem-devise-two-factor/Makefile +++ b/security/rubygem-devise-two-factor/Makefile @@ -12,11 +12,11 @@ COMMENT= Barebones two-factor authentication with Devise LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-attr_encrypted>=1.3:${PORTSDIR}/security/rubygem-attr_encrypted \ - rubygem-devise-rails4>=3.5:${PORTSDIR}/devel/rubygem-devise-rails4 \ - rubygem-railties4>=0:${PORTSDIR}/www/rubygem-railties4 \ - rubygem-rotp>=2.0:${PORTSDIR}/devel/rubygem-rotp +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \ + rubygem-devise-rails4>=3.5:devel/rubygem-devise-rails4 \ + rubygem-railties4>=0:www/rubygem-railties4 \ + rubygem-rotp>=2.0:devel/rubygem-rotp NO_ARCH= yes USE_RUBY= yes |