diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2015-08-25 16:41:01 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2015-08-25 16:41:01 +0000 |
commit | f47ad15d2247ce6a122a0a4c99e1147ba75016b0 (patch) | |
tree | 023f4d8cebc7790929af1d7b8e90b5eefcf0b909 /security/scrypt/Makefile | |
parent | 6305f7319e0df220876aa6acc48b78c6f6f40011 (diff) | |
download | ports-f47ad15d2247ce6a122a0a4c99e1147ba75016b0.tar.gz ports-f47ad15d2247ce6a122a0a4c99e1147ba75016b0.zip |
Notes
Diffstat (limited to 'security/scrypt/Makefile')
-rw-r--r-- | security/scrypt/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index c35e6f9b3d27..7cd0cd8bb2a2 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -6,25 +6,13 @@ PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cperciva@tarsnap.com COMMENT= Key Derivation Function GNU_CONFIGURE= yes USES= gmake tar:tgz -USE_LDCONFIG= yes PLIST_FILES= bin/scrypt \ man/man1/scrypt.1.gz -OPTIONS_DEFINE= SSE2 -SSE2_DESC= Use SSE2-optimized code - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSSE2} -CONFIGURE_ARGS+= --enable-sse2 -.else -CONFIGURE_ARGS+= --disable-sse2 -.endif - .include <bsd.port.mk> |