ports/www/py-wtforms/Makefile

28 lines
475 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= flexible forms validation and rendering library
MODPY_EGG_VERSION=3.0.1
DISTNAME= WTForms-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
CATEGORIES= www
REVISION= 1
HOMEPAGE= https://wtforms.readthedocs.io/
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
FLAVORS= python3
FLAVOR= python3
BUILD_DEPENDS= devel/py-babel${MODPY_FLAVOR}
RUN_DEPENDS= devel/py-dateutil${MODPY_FLAVOR}
MODPY_PYBUILD= setuptools
USE_GMAKE= Yes
.include <bsd.port.mk>