diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:11:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:11:55 +0800 |
commit | 431fcaead8244f89ae3b0d3be8cb27e6fb23587b (patch) | |
tree | 5b6adf0c22cc34a2846b3ccc379fd8e0edc57921 | |
parent | c0253d55856c37396340903b41e046b765af89ff (diff) | |
download | freebsd-ports-gnome-431fcaead8244f89ae3b0d3be8cb27e6fb23587b.tar.gz freebsd-ports-gnome-431fcaead8244f89ae3b0d3be8cb27e6fb23587b.tar.zst freebsd-ports-gnome-431fcaead8244f89ae3b0d3be8cb27e6fb23587b.zip |
- Add LICENSE
- Fix space/tab
-rw-r--r-- | net/rubygem-open-uri-cached/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rubygem-open-uri-cached/Makefile b/net/rubygem-open-uri-cached/Makefile index e7905d7d320e..1075e5254b63 100644 --- a/net/rubygem-open-uri-cached/Makefile +++ b/net/rubygem-open-uri-cached/Makefile @@ -8,8 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= OpenURI with transparent disk caching +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |