166014b6cb
from marius ROMAN
27 lines
471 B
Makefile
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>
|