summaryrefslogtreecommitdiff
path: root/devel/hg-git/Makefile
blob: dee60a072601a14530dffa6438537377da1f8a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.7 2010/06/15 16:22:57 joerg Exp $
#

DISTNAME=		hg-git-0.2.2
EGG_NAME=		hg_git-0.2.2
CATEGORIES=		devel python
MASTER_SITES=		${MASTER_SITE_LOCAL}

MAINTAINER=		joerg@NetBSD.org
HOMEPAGE=		http://hg-git.github.com
COMMENT=		Git plugin for Mercurial

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=	${PYPKGPREFIX}-dulwich>=0.6.0:../../devel/py-dulwich
DEPENDS+=	mercurial>=1.3.1:../../devel/mercurial

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"