diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2017-04-12 20:48:28 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2017-04-12 20:48:28 +0000 |
commit | 782532bf1eaa72e5be7705ee9cbca7c82abacea2 (patch) | |
tree | fb502c6e0f72f345f171f809fe09f5c3a614eda9 /security/scrypt/Makefile | |
parent | 16b46a8d86779c4468793fd1a108e7f745de78a9 (diff) | |
download | ports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.tar.gz ports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.zip |
Notes
Diffstat (limited to 'security/scrypt/Makefile')
-rw-r--r-- | security/scrypt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index d093c31c7712..76db811fc93c 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ MAINTAINER= cperciva@tarsnap.com COMMENT= Key Derivation Function +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}" -USES= gmake tar:tgz ssl +USES= ssl tar:tgz PLIST_FILES= bin/scrypt \ man/man1/scrypt.1.gz |