openbsd-ports/security/scrypt/Makefile
2009-06-22 22:51:59 +00:00

27 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/06/22 22:51:59 sthen Exp $
COMMENT = command-line encryption using scrypt key derivation function
DISTNAME = scrypt-1.1.4
CATEGORIES = security
HOMEPAGE = http://www.tarsnap.com/scrypt/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c crypto
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>