Files

19 lines
320 B
Makefile
Raw Permalink Normal View History

COMMENT= convert a Python dictionary into an XML file
2026-01-15 09:31:49 +00:00
MODPY_DISTV= 1.7.8
2024-12-21 11:39:00 +00:00
DISTNAME= dict2xml-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
HOMEPAGE= https://github.com/delfick/python-dict2xml
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= hatchling
2025-01-11 13:11:05 +00:00
MODPY_PI= Yes
2022-11-24 12:02:46 +00:00
.include <bsd.port.mk>