freebsd-ports/devel/py-colorspacious/Makefile
2023-04-23 09:09:58 +00:00

23 lines
462 B
Makefile

PORTNAME= colorspacious
DISTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python library for doing colorspace conversions
WWW= https://github.com/njsmith/colorspacious
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>