freebsd-ports/security/rubygem-scrypt/Makefile
Sunpoet Po-Chuan Hsieh 1a32af02ec - Add LICENSE_FILE
2015-09-28 06:20:36 +00:00

25 lines
576 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= scrypt
PORTVERSION= 2.0.2
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:${PORTSDIR}/devel/rubygem-ffi-compiler \
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
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>