blob: 89cc3be41543d783ae301515a118187f75612f1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|