9bee23b958612f4136b859512080527d231e5cad
[pkgsrc.git] / devel / hg-git / Makefile
1 # $NetBSD: Makefile,v 1.6 2010/02/12 19:43:50 joerg Exp $
2 #
3
4 DISTNAME=               hg-git-0.2.1
5 EGG_NAME=               hg_git-0.2.1
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 DEPENDS+=       ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
14 DEPENDS+=       mercurial>=1.3.1:../../devel/mercurial
15
16
17 PKG_DESTDIR_SUPPORT=    user-destdir
18
19 .include "../../lang/python/egg.mk"
20 .include "../../mk/bsd.pkg.mk"