2022-11-13 15:30:15 +00:00

27 lines
371 B
Makefile

COMMENT = lil' TOML writer
MODPY_EGG_VERSION = 1.0.0
REVISION = 2
DISTNAME = tomli_w-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://github.com/hukkin/tomli-w
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVOR = python3
FLAVORS = python3
NO_TEST = Yes
MODPY_PYBUILD = flit_core
.include <bsd.port.mk>