mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgsvn
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Scripts to work locally on Subversion checkouts using Mercurial
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \
|
|
hg:${PORTSDIR}/devel/mercurial
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
|
|
|
|
.include <bsd.port.mk>
|