mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
782532bf1e
Add LICENSE. Remove USES=gmake; I have no idea why I put it there in the first place, but it is clearly not necessary now. PR: 217548 Submitted by: Raphael Kubo da Costa
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scrypt
|
|
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= ssl tar:tgz
|
|
|
|
PLIST_FILES= bin/scrypt \
|
|
man/man1/scrypt.1.gz
|
|
|
|
.include <bsd.port.mk>
|