freebsd-ports/textproc/py-tinycss/Makefile

17 lines
347 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= tinycss
2016-09-24 10:37:53 +02:00
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= A complete yet simple CSS parser for Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>