update Tue Jun 15 12:37:00 PDT 2010
[pkgsrc.git] / devel / hg-git / Makefile
1 # $NetBSD: Makefile,v 1.7 2010/06/15 16:22:57 joerg Exp $
2 #
3
4 DISTNAME=               hg-git-0.2.2
5 EGG_NAME=               hg_git-0.2.2
6 CATEGORIES=             devel python
7 MASTER_SITES=           ${MASTER_SITE_LOCAL}
8
9 MAINTAINER=             joerg@NetBSD.org
10 HOMEPAGE=               http://hg-git.github.com
11 COMMENT=                Git plugin for Mercurial
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 DEPENDS+=       ${PYPKGPREFIX}-dulwich>=0.6.0:../../devel/py-dulwich
16 DEPENDS+=       mercurial>=1.3.1:../../devel/mercurial
17
18 .include "../../lang/python/egg.mk"
19 .include "../../mk/bsd.pkg.mk"