freebsd-ports/www/py-wcag-contrast-ratio/Makefile
Nicola Vitale 5f1b229c65
www/py-wcag-contrast-ratio: Add new port
A Python library for computing contrast ratios, as required by WCAG 2.0.

https://github.com/gsnedders/wcag-contrast-ratio
2023-04-11 11:31:54 +02:00

16 lines
371 B
Makefile

PORTNAME= wcag-contrast-ratio
DISTVERSION= 0.9
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Library for computing contrast ratios, as required by WCAG 2.0
WWW= https://github.com/gsnedders/wcag-contrast-ratio
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>