77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
24 lines
571 B
Makefile
24 lines
571 B
Makefile
PORTNAME= hgsvn
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Scripts to work locally on Subversion checkouts using Mercurial
|
|
WWW= https://pypi.org/project/hgsvn/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= svn:devel/subversion \
|
|
${PY_MERCURIAL} \
|
|
${PYTHON_PKGNAMEPREFIX}hglib>0:devel/py-hglib@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|