blob: 7a88ef75f69b9115996de17fd3a5ee92324b6638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= hglib
PORTVERSION= 2.6.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Library with a fast, convenient interface to Mercurial
WWW= https://www.mercurial-scm.org/wiki/PythonHglib
LICENSE= MIT
RUN_DEPENDS+= ${PY_MERCURIAL}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|