aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-scrypt/Makefile
blob: cbce35781e28b97a1c271b47e8c3277009b11f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	scrypt
PORTVERSION=	3.0.7
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Scrypt key derivation function

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>