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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Scrypt key derivation function
WWW=		https://github.com/pbhogan/scrypt

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler \
		rubygem-rake>=9<14:devel/rubygem-rake

USES=		gem

.include <bsd.port.mk>