1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/hg-git/Makefile
Sylvio Cesar Teixeira 39167d0c93 - Update to 0.2.6
PR:		ports/155207
Submitted by:	Marco Bröder <marco.broeder@gmx.eu> (maintainer)
2011-03-03 17:11:17 +00:00

34 lines
762 B
Makefile

# Ports collection makefile for: hg-git
# Date created: 2009-10-24
# Whom: Marco Broeder <marco.broeder@gmx.eu>
#
# $FreeBSD$
#
PORTNAME= hg-git
PORTVERSION= 0.2.6
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.7.0:${PORTSDIR}/devel/dulwich \
mercurial>=1.7.5:${PORTSDIR}/devel/mercurial
LICENSE= GPLv2
MAKE_JOBS_SAFE= yes
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/thon//}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/hg_git-%%VERSION%%-%%PYVER%%.egg
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>