aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-psych/Makefile
blob: bb3115b9928ac406e4aacccf95544ddab715bf0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	psych
PORTVERSION=	5.0.2
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-stringio>=0:devel/rubygem-stringio

USES=		gem

.include <bsd.port.mk>