Files
bsdports/ruby/rubygem-bcrypt/Makefile
2019-12-26 07:26:06 +00:00

16 lines
348 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/security/rubygem-bcrypt/Makefile 503556 2019-06-06 01:04:23Z meta $
PORTNAME= bcrypt
PORTVERSION= 3.1.13
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OpenBSD bcrypt password hashing algorithm
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>