freebsd-ports/devel/hgsvn/Makefile
Martin Wilke 4a06478931 - Bump PORTREVISION after apr update
PR:		125270 125271 125272 125278 125281 125282
		125284 125285 125287 125288 125289 125290
		125291 125292 125293 125295 125296 125297
		125300
Submitted by:	rodrigc
2008-07-07 12:37:21 +00:00

25 lines
630 B
Makefile

# New ports collection makefile for: py-hgsvn
# Date created: 2007-12-12
# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hgsvn
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= delphij@FreeBSD.org
COMMENT= A set of scripts to work locally on Subversion checkouts using Mercurial
DIST_SUBDIR= python
USE_PYTHON= 2.5+
USE_PYDISTUTILS=easy_install
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \
hg:${PORTSDIR}/devel/mercurial
.include <bsd.port.mk>