1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/scrypt/Makefile
Colin Percival f47ad15d22 Claim ownership of security/scrypt. It's my code anyway...
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.
2015-08-25 16:41:01 +00:00

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>