freebsd-ports/security/rubygem-scrypt/Makefile
Sunpoet Po-Chuan Hsieh 151ff351fb Remove ONLY_FOR_ARCHS
PR:		229731
Submitted by:	Greg V <greg@unrelenting.technology>
2018-07-29 19:28:29 +00:00

21 lines
411 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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>