diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-01 22:20:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-01 22:20:18 +0800 |
commit | 46521db664a0332f2f3fcec7f3945ad510442896 (patch) | |
tree | 2069023e7bffbfc5dcfca77570c9e9333937d048 /www/Makefile | |
parent | 16d1a578183e9e2e93e5aef76b570597df7a48ed (diff) | |
download | freebsd-ports-gnome-46521db664a0332f2f3fcec7f3945ad510442896.tar.gz freebsd-ports-gnome-46521db664a0332f2f3fcec7f3945ad510442896.tar.zst freebsd-ports-gnome-46521db664a0332f2f3fcec7f3945ad510442896.zip |
Addressable is a replacement for the URI implementation that is part of Ruby's
standard library. It more closely conforms to the relevant RFCs and adds support
for IRIs and URI templates.
WWW: http://rubyforge.org/projects/addressable/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 881f2e40f232..cafb8e1a4615 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1329,6 +1329,7 @@ SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionwebservice SUBDIR += rubygem-activeresource + SUBDIR += rubygem-addressable SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-bluecloth SUBDIR += rubygem-erubis |