summaryrefslogtreecommitdiff
path: root/textproc/rubygem-ya2yaml/Makefile
blob: 6cd339fd2a5e5e5a5e2940d326abcdddff316540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ya2yaml
PORTVERSION=	0.31
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Yet another YAML converter, includes complete UTF8 support

USE_RUBY=	yes
USE_RUBYGEMS=	yes
USE_RAKE=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>