20 lines
386 B
Makefile
20 lines
386 B
Makefile
COMMENT= show differences between XML files/DOM trees
|
|
|
|
MODPY_EGG_VERSION= 2.6.3
|
|
DISTNAME= xmldiff-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-xmldiff-${MODPY_EGG_VERSION}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/Shoobx/xmldiff
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= textproc/py-lxml${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|