aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt/Makefile
blob: ba2e959f63e290373807cb2fc998474279240328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	bcrypt
PORTVERSION=	3.1.16
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OpenBSD bcrypt password hashing algorithm

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>