765eea3860
- patch in libgit2 has been merged upstream
19 lines
339 B
Makefile
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>
|