forked from Lainports/opnsense-ports
17 lines
356 B
Makefile
17 lines
356 B
Makefile
PORTNAME= scrypt
|
|
PORTVERSION= 3.0.7
|
|
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
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|