18 lines
328 B
Makefile
18 lines
328 B
Makefile
|
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>
|