mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
21 lines
435 B
Makefile
21 lines
435 B
Makefile
PORTNAME= cycler
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI/source/C/Cycler
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Composable style cycles
|
|
WWW= https://matplotlib.org/cycler/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|