summaryrefslogtreecommitdiff
path: root/security/scrypt/Makefile
blob: 6903dc25bebf8629c9345fb4e8d60d048d4a976e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.6 2019/09/16 05:13:28 wiz Exp $

DISTNAME=	scrypt-1.3.0
CATEGORIES=	security
MASTER_SITES=	https://www.tarsnap.com/scrypt/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pettai@NetBSD.org
HOMEPAGE=	https://www.tarsnap.com/scrypt/
COMMENT=	Encrypt and decrypt files
LICENSE=	2-clause-bsd

GNU_CONFIGURE=	yes
TEST_TARGET=	test
UNLIMIT_RESOURCES=	datasize

.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"