# Ports collection makefile for: hg-git # Date created: 2009-10-24 # Whom: Marco Broeder # # $FreeBSD$ # PORTNAME= hg-git PORTVERSION= 0.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marco.broeder@gmx.eu COMMENT= Mercurial extension to pull from or push to a Git repository RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.4.0:${PORTSDIR}/devel/dulwich \ hg:${PORTSDIR}/devel/mercurial USE_PYTHON= yes USE_PYDISTUTILS=easy_install PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} PLIST_FILES= %%PYTHON_SITELIBDIR%%/hg_git-%%VERSION%%-py%%PYVER%%.egg post-install: @${CAT} ${PKGMESSAGE} .include