Correction from list OpenBSD ports

This commit is contained in:
2026-02-25 15:19:59 +01:00
parent adb0ec1c39
commit df124a1328
3 changed files with 22 additions and 26 deletions

View File

@@ -1,25 +1,20 @@
COMMENT= Flask extension provides bcrypt hashing utilities.
COMMENT= bcrypt hashing for flask
MODPY_DISTV=1.0.1
MODPY_DISTV= 1.0.1
DISTNAME= Flask-Bcrypt-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
PKGNAME= py-${DISTNAME:L}
CATEGORIES= www
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
MODPY_PI= Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS= www/py-flask${MODPY_FLAVOR} \
security/py-bcrypt
RUN_DEPENDS= www/py-flask${MODPY_FLAVOR} \
security/py-cryptography \
security/py-bcrypt
# Could also use various unported eggs, Flask-Babel, speaklater
#TEST_DEPENDS= devel/py-nose
USE_GMAKE= Yes
NO_TEST= Yes
.include <bsd.port.mk>