# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/textproc/rubygem-psych/Makefile 567775 2021-03-07 22:31:31Z sunpoet $

PORTNAME=	psych
PORTVERSION=	3.3.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	YAML parser and emitter

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libyaml.so:textproc/libyaml

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>