freebsd-ports/security/rubygem-bcrypt_pbkdf/Makefile
Torsten Zuehlsdorff 7bd78f9f5e GitLab and related ports maintained by me: pass maintainership to Matthias Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)

I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
2017-12-05 16:44:09 +00:00

25 lines
656 B
Makefile

# $FreeBSD$
PORTNAME= bcrypt_pbkdf
PORTVERSION= 1.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= idefix@fechner.net
COMMENT= This gem implements bcrypt_pdkfd
LICENSE= MIT
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
.include <bsd.port.mk>