aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-coderay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-coderay/Makefile')
-rw-r--r--textproc/rubygem-coderay/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile
new file mode 100644
index 000000000000..98e95ed9bae5
--- /dev/null
+++ b/textproc/rubygem-coderay/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: rubygem-coderay
+# Date created: 2011-08-01
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= coderay
+PORTVERSION= 0.9.8
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Fast and easy syntax highlighting for selected languages
+
+LICENSE= LGPL21
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/coderay bin/coderay_stylesheet
+
+.include <bsd.port.mk>