freebsd-ports/textproc/py-tinycss/Makefile
2021-04-06 16:31:07 +02:00

15 lines
338 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
PORTNAME= tinycss
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Complete yet simple CSS parser for Python
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>