freebsd-ports/textproc/rubygem-psych/Makefile
2021-04-06 16:31:07 +02:00

19 lines
338 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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>