freebsd-ports/devel/py-hgsubversion/Makefile
Xin LI bb795197a8 hgsubversion is an extension for Mercurial that allows using Mercurial
as a Subversion client.

At this point, hgsubversion is usable by users reasonably familiar with
Mercurial as a VCS. It's not recommended to dive into hgsubversion as an
introduction to Mercurial, since hgsubversion "bends the rules" a little
and violates some of the typical assumptions of early Mercurial users.

PR:		ports/167692
Submitted by:	William Grzybowski <william88 gmail.com>
2012-05-08 21:22:13 +00:00

25 lines
659 B
Makefile

# New ports collection makefile for: hgsubversion
# Date created: 07 May 2012
# Whom: William Grzybowski
#
# $FreeBSD$
#
PORTNAME= hgsubversion
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= william88@gmail.com
COMMENT= Mercurial extension that allows using it as a Subversion client
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion \
${PYTHON_PKGNAMEPREFIX}subvertpy>=0:${PORTSDIR}/devel/py-subvertpy
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
.include <bsd.port.mk>