aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-scrypt/Makefile
blob: 288ec0baecf117c0b4b5dd352e0b340115346abf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   scrypt
PORTVERSION=    2.1.1
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>=0.0.2:devel/rubygem-ffi-compiler \
        rubygem-rake>=0:devel/rubygem-rake

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

ONLY_FOR_ARCHS= amd64 i386 ia64
ONLY_FOR_ARCHS_REASON=  invokes SSE compiler flags

.include <bsd.port.mk>