mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
320 B
Makefile
19 lines
320 B
Makefile
COMMENT= convert a Python dictionary into an XML file
|
|
|
|
MODPY_DISTV= 1.7.8
|
|
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
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|