5f1b229c65
A Python library for computing contrast ratios, as required by WCAG 2.0. https://github.com/gsnedders/wcag-contrast-ratio
16 lines
371 B
Makefile
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>
|