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-metasploit-credential | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'security/rubygem-metasploit-credential')
-rw-r--r-- | security/rubygem-metasploit-credential/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile index 299b686e6429..e6d92b2c41a1 100644 --- a/security/rubygem-metasploit-credential/Makefile +++ b/security/rubygem-metasploit-credential/Makefile @@ -11,13 +11,13 @@ COMMENT= Credential models for metasploit-framework and Metasploit Pro LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-metasploit-concern>=0.4.0:${PORTSDIR}/security/rubygem-metasploit-concern \ - rubygem-metasploit_data_models>=0.24.0,2:${PORTSDIR}/security/rubygem-metasploit_data_models \ - rubygem-metasploit-model>=0.29.0:${PORTSDIR}/security/rubygem-metasploit-model \ - rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \ - rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \ - rubygem-rubyntlm>=0:${PORTSDIR}/net/rubygem-rubyntlm \ - rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip +RUN_DEPENDS= rubygem-metasploit-concern>=0.4.0:security/rubygem-metasploit-concern \ + rubygem-metasploit_data_models>=0.24.0,2:security/rubygem-metasploit_data_models \ + rubygem-metasploit-model>=0.29.0:security/rubygem-metasploit-model \ + rubygem-pg>=0:databases/rubygem-pg \ + rubygem-railties>=3.0.0:www/rubygem-railties \ + rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ + rubygem-rubyzip>=1.1:archivers/rubygem-rubyzip NO_ARCH= yes USE_RUBY= yes |