26 lines
431 B
Makefile
26 lines
431 B
Makefile
COMMENT= small utility to convert a Python dictionary into an XML
|
|
|
|
MODPY_EGG_VERSION= 1.7.3
|
|
|
|
DISTNAME= dict2xml-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/delfick/python-dict2xml
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatchling
|
|
|
|
# tests require unported noseOfYeti
|
|
NO_TEST= Yes
|
|
|
|
FLAVOR= python3
|
|
FLAVORS= python3
|
|
|
|
.include <bsd.port.mk>
|