summaryrefslogtreecommitdiff
path: root/devel/hg-git/Makefile
blob: 9ce6b39623165a0d6c9d449197c95b5a72853b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.12 2012/09/13 14:00:55 cegger Exp $
#

DISTNAME=		hg-git-0.3.3
#PKGREVISION=		1
EGG_NAME=		hg_git-0.3.3
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.8.0:../../devel/py-dulwich
DEPENDS+=	mercurial>=1.7.0:../../devel/mercurial

USE_LANGUAGES=	#none

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