sthen 9c8dc621a5 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:19:27 +00:00

35 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.7 2015/04/21 18:19:27 sthen 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}
REVISION= 3
CATEGORIES= textproc
HOMEPAGE= http://www.logilab.org/859/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += pthread
MODULES= lang/python
MASTER_SITES= http://ftp.logilab.org/pub/xmldiff/
RUN_DEPENDS= shells/bash \
textproc/py-xml
pre-configure:
${SUBST_CMD} ${WRKSRC}/bin/{xmldiff,xmlrev}
do-test:
@cd ${WRKSRC}/test/ && \
${MODPY_BIN} runtests.py
.include <bsd.port.mk>