aboutsummaryrefslogblamecommitdiff
path: root/devel/py-hglib/Makefile
blob: 8623ac7d0f74b95fa70f24ad61394c3a8a756cb0 (plain) (tree)
1
2
3
4
5



                     
                 









                                                                      
                               






                                   
# $FreeBSD$

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
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>