mirror of https://git.FreeBSD.org/ports.git
19 lines
398 B
Makefile
19 lines
398 B
Makefile
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>
|