freebsd-ports/misc/py-spinners/Makefile

18 lines
328 B
Makefile
Raw Normal View History

2021-05-25 12:08:47 +02:00
PORTNAME= spinners
DISTVERSION= 0.0.24
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Spinners for terminal
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>