openbsd-ports/textproc/py-xmldiff/Makefile
jasper 5499466564 import py-xmldiff 0.6.10
xmldiff is a Python tool that figures out the differences between two
similar XML files, in the same way the diff utility does it.
Xmldiff can be used as a library or as a command line tool. It can work
either with XML files or DOM trees.

ok aja@
2010-09-21 20:31:13 +00:00

33 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/21 20:31:13 jasper Exp $
COMMENT= show differences between XML files/DOM trees
MODPY_EGG_VERSION= 0.6.10
DISTNAME= xmldiff-${MODPY_EGG_VERSION}
PKGNAME= py-xmldiff-${MODPY_EGG_VERSION}
CATEGORIES= textproc
HOMEPAGE= http://www.logilab.org/859/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MASTER_SITES= http://ftp.logilab.org/pub/xmldiff/
RUN_DEPENDS= ::shells/bash \
:py-xml-*:textproc/py-xml
pre-configure:
${SUBST_CMD} ${WRKSRC}/bin/{xmldiff,xmlrev}
do-regress:
@cd ${WRKSRC}/test/ && \
${MODPY_BIN} runtests.py
.include <bsd.port.mk>