ports/textproc/py-ini2toml/Makefile

28 lines
504 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = convert .ini/.cfg files to TOML equivalents
MODPY_EGG_VERSION = 0.12
DISTNAME = ini2toml-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://github.com/abravalheri/ini2toml/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools_scm
# tests need validate-pyproject (not ported)
NO_TEST = Yes
RUN_DEPENDS = sysutils/py-packaging${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>