aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-bcrypt-ruby/Makefile
blob: 8c205f17b47493a289238e3fad2e35223bcf0c4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   bcrypt-ruby
PORTVERSION=    3.1.5
PORTREVISION=   1
CATEGORIES= security rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Sophisticated and secure hash algorithm for passwords

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    rubygem-bcrypt>=3.1.3:security/rubygem-bcrypt

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>