2017-11-28 16:41:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bcrypt_pbkdf
|
2019-04-05 12:10:11 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2018-01-21 12:55:27 +01:00
|
|
|
PORTREVISION= 1
|
2017-11-28 16:41:22 +01:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2018-05-09 12:43:26 +02:00
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
2017-11-28 16:41:22 +01:00
|
|
|
COMMENT= This gem implements bcrypt_pdkfd
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2018-01-01 21:20:05 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2017-11-28 16:41:22 +01:00
|
|
|
|
|
|
|
USES= gem
|
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|