mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
21 lines
507 B
Makefile
21 lines
507 B
Makefile
PORTNAME= terminaltexteffects
|
|
DISTVERSION= 0.11.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= TerminalTextEffects (TTE) is a terminal visual effects engine
|
|
WWW= https://pypi.org/project/terminaltexteffects/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.8.3:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|