29 lines
550 B
Makefile
29 lines
550 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/02/08 12:12:46 ajacoutot Exp $
|
|
|
|
# !!! do not update blindly: sysutils/awscli requires a specific version
|
|
|
|
COMMENT= print colored terminal text from Python apps
|
|
|
|
MODPY_EGG_VERSION= 0.4.3
|
|
DISTNAME= colorama-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/tartley/colorama
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|