aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-tomlrb1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-tomlrb1/Makefile')
-rw-r--r--textproc/rubygem-tomlrb1/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/rubygem-tomlrb1/Makefile b/textproc/rubygem-tomlrb1/Makefile
new file mode 100644
index 000000000000..73b5e2a2f7ea
--- /dev/null
+++ b/textproc/rubygem-tomlrb1/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tomlrb
+PORTVERSION= 1.3.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Racc-based TOML parser
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.
+
+.include <bsd.port.mk>