aboutsummaryrefslogtreecommitdiff
path: root/security/scrypt/Makefile
blob: 7cd0cd8bb2a2c146169936feb8492e0df5be8b57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	scrypt
PORTVERSION=	1.2.0
CATEGORIES=	security
MASTER_SITES=	http://www.tarsnap.com/scrypt/

MAINTAINER=	cperciva@tarsnap.com
COMMENT=	Key Derivation Function

GNU_CONFIGURE=	yes
USES=		gmake tar:tgz

PLIST_FILES=	bin/scrypt \
		man/man1/scrypt.1.gz

.include <bsd.port.mk>