diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:07:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:07:44 +0800 |
commit | 71ada7b5d6eb15f757ea2a2558f7655e97496629 (patch) | |
tree | 77e491a48bf53fc38736427d0447d9235bf7d4b6 /textproc/rubygem-ya2yaml | |
parent | 9f774881ba14f5f4f02079b35f6bd3884e8eb4fb (diff) | |
download | freebsd-ports-gnome-71ada7b5d6eb15f757ea2a2558f7655e97496629.tar.gz freebsd-ports-gnome-71ada7b5d6eb15f757ea2a2558f7655e97496629.tar.zst freebsd-ports-gnome-71ada7b5d6eb15f757ea2a2558f7655e97496629.zip |
- Add LICENSE
- Remove USE_RAKE
- Update WWW
Diffstat (limited to 'textproc/rubygem-ya2yaml')
-rw-r--r-- | textproc/rubygem-ya2yaml/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-ya2yaml/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rubygem-ya2yaml/Makefile b/textproc/rubygem-ya2yaml/Makefile index 6cd339fd2a5e..fdc3b540d7e8 100644 --- a/textproc/rubygem-ya2yaml/Makefile +++ b/textproc/rubygem-ya2yaml/Makefile @@ -9,9 +9,10 @@ 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 <bsd.port.mk> diff --git a/textproc/rubygem-ya2yaml/pkg-descr b/textproc/rubygem-ya2yaml/pkg-descr index 2c5c070d6a9c..da0c3b773d73 100644 --- a/textproc/rubygem-ya2yaml/pkg-descr +++ b/textproc/rubygem-ya2yaml/pkg-descr @@ -2,4 +2,4 @@ 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 |