ports from semarie, kmos, jung, martin, benoit, juanfra. general oks benoit bket daniel kmos
29 lines
508 B
Makefile
29 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.7 2021/10/24 09:28:50 sthen Exp $
|
|
|
|
COMMENT = support for the scrypt key derivation function
|
|
|
|
MODPY_EGG_VERSION = 0.8.18
|
|
REVISION = 0
|
|
|
|
DISTNAME = scrypt-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = http://bitbucket.org/mhallin/py-scrypt
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
TEST_ENV = PY_IGNORE_IMPORTMISMATCH=1
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|