freebsd-ports/textproc/rubygem-ya2yaml/Makefile
Ryan Steinmetz d7742309f0 New port: textproc/rubygem-ya2yaml:
Ya2YAML is "yet another to_yaml". It emits YAML document with complete
UTF8 support (string/binary detection, "\u" escape sequences and Unicode
specific line breaks).

WWW: https://rubygems.org/gems/ya2yaml
2013-09-03 22:48:37 +00:00

17 lines
334 B
Makefile

# 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>