Files
ports/textproc/py-ini2toml/Makefile
T
2025-04-29 10:40:12 +00:00

26 lines
440 B
Makefile

COMMENT= convert .ini/.cfg files to TOML equivalents
MODPY_DISTV= 0.15
DISTNAME= ini2toml-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 1
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) and others
NO_TEST= Yes
RUN_DEPENDS= sysutils/py-packaging
.include <bsd.port.mk>