mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f47ad15d22
Remove SSE2 option; the latest version autodetects CPU support at runtime so it no longer has a compile-time selection. Remove USE_LDCONFIG; this port does not install any libraries, so it's not clear why this was ever in here.
19 lines
344 B
Makefile
19 lines
344 B
Makefile
# 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>
|