Correction from list OpenBSD ports
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user