mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# Created by: William Grzybowski
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgtools
|
|
PORTVERSION= 4.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>
|