aboutsummaryrefslogtreecommitdiff
path: root/www/py-cssmin/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-08-15 21:37:32 +0000
committerXin LI <delphij@FreeBSD.org>2013-08-15 21:37:32 +0000
commit5d28505ee0b1441d5cccf27ac4e9e60e4da60e0c (patch)
tree5a1762af13ad1ea70d1579f23ff54bb0968b2383 /www/py-cssmin/Makefile
parentc82ca9149fb58fe854a1c4505c146dfc45ae0a99 (diff)
downloadports-5d28505ee0b1441d5cccf27ac4e9e60e4da60e0c.tar.gz
ports-5d28505ee0b1441d5cccf27ac4e9e60e4da60e0c.zip
A Python port of the YUI CSS compression algorithm.
PR: ports/181330 Submitted by: loader
Notes
Notes: svn path=/head/; revision=324785
Diffstat (limited to 'www/py-cssmin/Makefile')
-rw-r--r--www/py-cssmin/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile
new file mode 100644
index 000000000000..c3f1949824a2
--- /dev/null
+++ b/www/py-cssmin/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= cssmin
+PORTVERSION= 0.1.4
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= loader@freebsdmall.com
+COMMENT= A Python port of the YUI CSS compression algorithm
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>