pkgsrc/devel/py-dulwich/Makefile
joerg 1096bc4175 Import py-dulwich-0.4.0:
Dulwich is a Python implement of the Git file formats and protocols.
It provides a standalone implementation that doesn't depend on the
presence of Git itself.
2009-11-04 19:49:24 +00:00

18 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/11/04 19:49:24 joerg Exp $
#
DISTNAME= dulwich-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/dulwich/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://samba.org/~jelmer/dulwich/
COMMENT= Python implementation of Git
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"