Premier commit

This commit is contained in:
2023-07-06 16:04:40 +02:00
commit c2bb41d00d
10 changed files with 123 additions and 0 deletions

25
www/flask-bcrypt/Makefile Normal file
View File

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