mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
7e94852947
PR: 242463 Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch)
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgsvn
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 2
|
|
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:devel/subversion \
|
|
${PY_MERCURIAL} \
|
|
${PYTHON_PKGNAMEPREFIX}hglib>0:devel/py-hglib@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|