forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Volodymyr Kostyrko <c.kworr@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= termcolor
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= c.kworr@gmail.com
|
|
COMMENT= ANSII Color formatting for output in terminal
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|