24 lines
387 B
Makefile
24 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:28 espie Exp $
|
|
|
|
COMMENT = command-line encryption using scrypt key derivation function
|
|
|
|
DISTNAME = scrypt-1.1.6
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = http://www.tarsnap.com/scrypt/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c crypto
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|