freebsd-ports/textproc/rubygem-psych/Makefile
Sunpoet Po-Chuan Hsieh 59abf321fa Add rubygem-psych 3.1.0
Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing
and emitting capabilities. In addition to wrapping libyaml, Psych also knows how
to serialize and de-serialize most Ruby objects to and from the YAML format.

WWW: https://github.com/ruby/psych
2020-02-02 10:55:27 +00:00

19 lines
318 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= psych
PORTVERSION= 3.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= YAML parser and emitter
LICENSE= MIT
LIB_DEPENDS= libyaml.so:textproc/libyaml
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>