mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
15 lines
298 B
Makefile
15 lines
298 B
Makefile
PORTNAME= bcrypt_pbkdf
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= This gem implements bcrypt_pdkfd
|
|
WWW= https://github.com/net-ssh/bcrypt_pbkdf-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|