26 lines
451 B
Makefile
26 lines
451 B
Makefile
COMMENT= simple integration of Flask and WTForms
|
|
|
|
MODPY_DISTV=1.2.1
|
|
DISTNAME= flask_wtf-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= www
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
|
|
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>
|