openbsd-ports/security/scrypt/Makefile
jasper 166014b6cb - update scrypt to 1.1.6
from marius ROMAN
2010-12-19 21:54:51 +00:00

27 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/12/19 21:54:51 jasper 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
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>