freebsd-ports/security/rubygem-scrypt/Makefile
Sunpoet Po-Chuan Hsieh 6ae4e6eab2 Keep .so files in ext directory
- Remove NO_ARCH for dependent ports
- Bump PORTREVISION for dependency and package change

PR:		240425
Exp-run by:	antoine
2019-09-10 17:38:00 +00:00

21 lines
414 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= scrypt
PORTVERSION= 3.0.6
PORTREVISION= 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>=1.0:devel/rubygem-ffi-compiler
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>