Files

30 lines
525 B
Makefile
Raw Permalink Normal View History

2009-05-25 22:48:48 +00:00
COMMENT = command-line encryption using scrypt key derivation function
2025-02-15 10:31:06 +00:00
DISTNAME = scrypt-1.3.3
2019-12-31 07:26:59 +00:00
SHARED_LIBS += scrypt-kdf 0.0 # 1.0
2009-05-25 22:48:48 +00:00
CATEGORIES = security
HOMEPAGE = https://www.tarsnap.com/scrypt.html
2009-05-25 22:48:48 +00:00
# BSD
PERMIT_PACKAGE = Yes
2009-05-25 22:48:48 +00:00
WANTLIB = c crypto
2024-01-16 14:51:31 +00:00
SITES = https://www.tarsnap.com/scrypt/
2009-05-25 22:48:48 +00:00
EXTRACT_SUFX = .tgz
2020-01-12 17:25:37 +00:00
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
2009-05-25 22:48:48 +00:00
CONFIGURE_STYLE = gnu
2019-12-31 07:26:59 +00:00
CONFIGURE_ARGS = --enable-libscrypt-kdf
2009-05-25 22:48:48 +00:00
2019-12-31 07:26:59 +00:00
DEBUG_PACKAGES = ${BUILD_PACKAGES}
TEST_TARGET = test
2009-05-25 22:48:48 +00:00
.include <bsd.port.mk>