0ba228337d
- Change LICENSE (MIT)
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# Created by: William Grzybowski
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgtools
|
|
PORTVERSION= 6.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Classes and setuptools plugin for Mercurial repositories
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|