# Created by: Marco Broeder # $FreeBSD$ PORTNAME= hg-git PORTVERSION= 0.8.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marco.broeder@posteo.eu COMMENT= Mercurial extension to pull from or push to a Git repository LICENSE= GPLv2 RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:devel/dulwich \ mercurial>=*:devel/mercurial PORTDOCS= README.md USES= python:2 USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/) .include