opnsense-ports/security/rubygem-scrypt/Makefile
Franco Fichtner 01fd01e51e */*: sync with upstream
Taken from: FreeBSD
2024-06-06 18:55:27 +02:00

18 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>