aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-psych/Makefile
blob: 25411768ade3c2253188223e4ef098a0ba7c2446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	psych
PORTVERSION=	5.3.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@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
RUN_DEPENDS=	rubygem-date>=0:devel/rubygem-date \
		rubygem-stringio>=0:devel/rubygem-stringio

USES=		gem

.include <bsd.port.mk>