opnsense-ports/security/rubygem-scrypt/Makefile
Franco Fichtner 9cca9ce6ce */*: sync with upstream
Taken from: FreeBSD
2017-03-23 01:41:48 +01:00

24 lines
494 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= scrypt
PORTVERSION= 3.0.5
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:devel/rubygem-ffi-compiler
ONLY_FOR_ARCHS= amd64 i386 ia64
ONLY_FOR_ARCHS_REASON= invokes SSE compiler flags
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>