1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make use of port infrastructure's easy_install support[1]. While I'm there,

add subversion and mercurial as RUN_DEPENDS, as one will have to install
them to make this useful.

Reported by:	pointyhat via pav [1]
This commit is contained in:
Xin LI 2007-12-14 00:04:37 +00:00
parent a001a3435d
commit 37d370c76e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203513

View File

@ -7,6 +7,7 @@
PORTNAME= hgsvn
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,9 @@ COMMENT= A set of scripts to work locally on Subversion checkouts using Mercuria
DIST_SUBDIR= python
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
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>