mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
fcfd7d485d
Hue provides a minimal and powerful interface to print colored text and labels in the terminal. WWW: https://github.com/s0md3v/hue
22 lines
413 B
Makefile
22 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>
|