Index: head/textproc/rubygem-ya2yaml/Makefile =================================================================== --- head/textproc/rubygem-ya2yaml/Makefile (revision 387234) +++ head/textproc/rubygem-ya2yaml/Makefile (revision 387235) @@ -1,17 +1,18 @@ # Created by: Ryan Steinmetz # $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 +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes .include Index: head/textproc/rubygem-ya2yaml/pkg-descr =================================================================== --- head/textproc/rubygem-ya2yaml/pkg-descr (revision 387234) +++ head/textproc/rubygem-ya2yaml/pkg-descr (revision 387235) @@ -1,5 +1,5 @@ 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 +WWW: https://github.com/afunai/ya2yaml