summaryrefslogtreecommitdiff
path: root/textproc/rubygem-psych3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-psych3/Makefile')
-rw-r--r--textproc/rubygem-psych3/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-psych3/Makefile b/textproc/rubygem-psych3/Makefile
new file mode 100644
index 000000000000..76178f6c4a0e
--- /dev/null
+++ b/textproc/rubygem-psych3/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= psych
+PORTVERSION= 3.3.4
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 3
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= YAML parser and emitter
+WWW= https://github.com/ruby/psych
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libyaml.so:textproc/libyaml
+
+USES= gem
+
+PORTSCOUNT= limit:^3
+
+.include <bsd.port.mk>