aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-cssmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-cssmin/Makefile')
-rw-r--r--textproc/rubygem-cssmin/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/rubygem-cssmin/Makefile b/textproc/rubygem-cssmin/Makefile
new file mode 100644
index 000000000000..33e5997bc1e9
--- /dev/null
+++ b/textproc/rubygem-cssmin/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= cssmin
+PORTVERSION= 1.0.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
+
+USE_RUBY= yes
+USE_PYTHON= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>