openbsd-ports/devel/libgit2/py-git2/Makefile
jasper 765eea3860 - enable regress tests in py-git2
- patch in libgit2 has been merged upstream
2013-04-22 06:39:53 +00:00

19 lines
339 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/04/22 06:39:53 jasper Exp $
COMMENT= libgit2 bindings in Python
V= 0.18.1
PROJECT= pygit2
PKGNAME= py-git2-$V
MODULES= lang/python
WANTLIB += git2 pthread ${MODPY_WANTLIB}
LIB_DEPENDS= devel/libgit2/libgit2>=0.18.0
do-test:
cd ${WRKSRC} && ${MODPY_BIN} setup.py test
.include <bsd.port.mk>