freebsd-ports/textproc/py-tinycss/Makefile
2016-09-24 08:37:53 +00:00

17 lines
347 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= tinycss
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>