openbsd-ports/devel/libgit2/py-git2/Makefile
jasper 7875f5f5bf import py-git-0.12.0
py-git2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git
library.

ok sthen@
2011-06-30 12:07:32 +00:00

22 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/30 12:07:32 jasper Exp $
COMMENT= libgit2 bindings in Python
V= 0.12.0
DISTNAME= libgit2-pygit2-v${V}-0-gf8e61de
PKGNAME= py-git2-$V
EXTRACT_SUFX= .zip
MODULES= lang/python
WANTLIB += crypto git2 ${MODPY_WANTLIB} z
LIB_DEPENDS= devel/libgit2/libgit2
WRKDIST= ${WRKDIR}/libgit2-pygit2-f8e61de/
NO_REGRESS= Yes
.include <bsd.port.mk>