freebsd-ports/security/rubygem-bcrypt_pbkdf/Makefile
2019-04-05 10:10:11 +00:00

18 lines
290 B
Makefile

# $FreeBSD$
PORTNAME= bcrypt_pbkdf
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= This gem implements bcrypt_pdkfd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>