aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-psych/Makefile
blob: 84a7333544b4fd1e4f4ddcea74e43ed13ce7a197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	psych
PORTVERSION=	4.0.4
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
RUN_DEPENDS=	rubygem-stringio>=0:devel/rubygem-stringio

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>