Rails plugin to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary.
14 lines
386 B
Makefile
14 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/22 13:43:00 phonohawk Exp $
|
|
|
|
DISTNAME= yaml_waml-0.3.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= https://github.com/kakutani/yaml_waml
|
|
COMMENT= YAML WorkAround for Multibyte Language
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.2.9:../../devel/ruby-rspec
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|