26 lines
445 B
Makefile
26 lines
445 B
Makefile
COMMENT = ANSI color formatting for output in terminal
|
|
|
|
MODPY_EGG_VERSION = 2.0.1
|
|
|
|
DISTNAME = termcolor-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://github.com/termcolor/termcolor/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatch-vcs
|
|
FLAVOR = python3
|
|
FLAVORS = python3
|
|
|
|
.include <bsd.port.mk>
|