freebsd-ports/textproc/rubygem-psych/Makefile
2020-07-24 07:19:26 +00:00

19 lines
318 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= psych
PORTVERSION= 3.2.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>