freebsd-ports/textproc/py-colorclass/Makefile
Po-Chuan Hsieh ddbd50d864
textproc/py-colorclass: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:04:47 +08:00

22 lines
510 B
Makefile

PORTNAME= colorclass
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Colorful worry-free console applications
WWW= https://github.com/matthewdeanmartin/colorclass
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>