aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-crass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-crass/Makefile')
-rw-r--r--www/rubygem-crass/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/rubygem-crass/Makefile b/www/rubygem-crass/Makefile
new file mode 100644
index 000000000000..ddf177d0da74
--- /dev/null
+++ b/www/rubygem-crass/Makefile
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= crass
+PORTVERSION= 0.2.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= CSS parser based on the CSS Syntax Level 3 draft
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>