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

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

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

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>