mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
21 lines
473 B
Makefile
21 lines
473 B
Makefile
PORTNAME= click-help-colors
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Colorization of help messages in Click
|
|
WWW= https://github.com/click-contrib/click-help-colors
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|