1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/py-huepy/Makefile
Sunpoet Po-Chuan Hsieh fcfd7d485d Add py-huepy 0.9.8.1
Hue provides a minimal and powerful interface to print colored text and labels
in the terminal.

WWW: https://github.com/s0md3v/hue
2019-02-24 17:55:51 +00:00

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>