Hue provides a minimal and powerful interface to print colored text and labels in the terminal. WWW: https://github.com/s0md3v/hue
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= huepy
|
|
PORTVERSION= 0.9.8.1
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Print awesomely in terminals
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.6
|
|
|
|
.include <bsd.port.mk>
|