aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-histogram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-histogram/Makefile')
-rw-r--r--graphics/rubygem-histogram/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/rubygem-histogram/Makefile b/graphics/rubygem-histogram/Makefile
new file mode 100644
index 000000000000..bc031bf4d0cf
--- /dev/null
+++ b/graphics/rubygem-histogram/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= histogram
+PORTVERSION= 0.2.4.1
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Give objects the ability to 'histogram' in several useful ways
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem shebangfix
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/histogram
+
+SHEBANG_FILES= bin/histogram
+
+.include <bsd.port.mk>