aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hglib/Makefile
blob: 71aec1081cf745427ace91b38910c04c4acc05df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	hglib
PORTVERSION=	2.6.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	Library with a fast, convenient interface to Mercurial

LICENSE=	MIT

RUN_DEPENDS+=	${PY_MERCURIAL}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>