f03f23bf69
PR: ports/189716 Submitted by: Bartek Rutkowski <ports at robakdesign com>
20 lines
379 B
Makefile
20 lines
379 B
Makefile
# Created by: William Grzybowski
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgtools
|
|
PORTVERSION= 6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Classes and setuptools plugin for Mercurial repositories
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|