aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-tinycss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-tinycss/Makefile')
-rw-r--r--textproc/py-tinycss/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile
new file mode 100644
index 000000000000..bb93b30a2552
--- /dev/null
+++ b/textproc/py-tinycss/Makefile
@@ -0,0 +1,17 @@
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tinycss
+PORTVERSION= 0.3
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+MASTER_SITE_SUBDIR=source/t/${PORTNAME}
+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>