mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
Bump PORTREVISIONs for dependant ports. While I'm here update devel/tortoisehg to 5.9.1. (*) Approved by: arrowd (*) PR: ports/258352
21 lines
416 B
Makefile
21 lines
416 B
Makefile
PORTNAME= hglib
|
|
PORTVERSION= 2.6.2
|
|
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>
|