30 lines
576 B
Makefile
30 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/05/19 14:52:24 ajacoutot Exp $
|
|
|
|
# !!! do not update blindly: sysutils/awscli requires a specific version
|
|
PORTROACH= ignore:1
|
|
|
|
COMMENT= print colored terminal text from Python apps
|
|
|
|
MODPY_EGG_VERSION= 0.3.9
|
|
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_CDROM= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|