aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt_pbkdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-21 11:55:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-21 11:55:27 +0000
commit5dccf80313c0381694c6b35c64ef8ea7f6aea326 (patch)
tree1f2833599cf7bec50b44ac816207ffb9dd89f153 /security/rubygem-bcrypt_pbkdf
parent475265263bd85ded2c880cafc317fd334ffc39c5 (diff)
downloadports-5dccf80313c0381694c6b35c64ef8ea7f6aea326.tar.gz
ports-5dccf80313c0381694c6b35c64ef8ea7f6aea326.zip
Remove unnecessary BUILD_DEPENDS and LIB_DEPENDS
All BUILD_DEPENDS are development dependencies. All LIB_DEPENDS are brought by ruby PR: 225137 Submitted by: sunpoet (myself) Approved by: Matthias Fechner <idefix@fechner.net> (maintainer)
Notes
Notes: svn path=/head/; revision=459591
Diffstat (limited to 'security/rubygem-bcrypt_pbkdf')
-rw-r--r--security/rubygem-bcrypt_pbkdf/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/security/rubygem-bcrypt_pbkdf/Makefile b/security/rubygem-bcrypt_pbkdf/Makefile
index ba823841c231..067a176d5b97 100644
--- a/security/rubygem-bcrypt_pbkdf/Makefile
+++ b/security/rubygem-bcrypt_pbkdf/Makefile
@@ -2,6 +2,7 @@
PORTNAME= bcrypt_pbkdf
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,15 +12,6 @@ COMMENT= This gem implements bcrypt_pdkfd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= rubygem-minitest>=5:devel/rubygem-minitest \
- rubygem-rake-compiler>=0.9.7:devel/rubygem-rake-compiler \
- rubygem-rake-compiler-dock>=0.5.3:devel/rubygem-rake-compiler-dock \
- rubygem-rbnacl>=3.3:security/rubygem-rbnacl \
- rubygem-rbnacl-libsodium>=1.0.8:security/rubygem-rbnacl-libsodium \
- rubygem-rdoc>=3.12:devel/rubygem-rdoc
-LIB_DEPENDS= libunwind.so:devel/libunwind \
- libgmp.so:math/gmp
-
USES= gem
USE_RUBY= yes