Ajout de ports pour flask
This commit is contained in:
26
www/py-flask-wtf/Makefile
Normal file
26
www/py-flask-wtf/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
COMMENT= simple integration of Flask and WTForms
|
||||
|
||||
MODPY_EGG_VERSION=1.2.1
|
||||
DISTNAME= flask_wtf-${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} \
|
||||
www/py-wtforms${MODPY_FLAVOR}
|
||||
|
||||
# Could also use various unported eggs, Flask-Babel, speaklater
|
||||
#TEST_DEPENDS= devel/py-nose
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user