diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 14:49:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 14:49:40 +0800 |
commit | 2e628639ad654e4ea06cd3a5af0cc743b988715f (patch) | |
tree | aecfc75a73cb83be53ff4b9cdbb9945b51e0d461 /net/Makefile | |
parent | b5c948b7b3e4fba4c77cd2b7a670bf50e498c47d (diff) | |
download | freebsd-ports-gnome-2e628639ad654e4ea06cd3a5af0cc743b988715f.tar.gz freebsd-ports-gnome-2e628639ad654e4ea06cd3a5af0cc743b988715f.tar.zst freebsd-ports-gnome-2e628639ad654e4ea06cd3a5af0cc743b988715f.zip |
Add rubygem-xmlrpc 0.3.0
The Ruby standard library package 'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code is
required to achieve either of these.
WWW: https://github.com/ruby/xmlrpc
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 38b427d1ca9e..5ffdd8aa0fa2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1237,6 +1237,7 @@ SUBDIR += rubygem-u2f0 SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois + SUBDIR += rubygem-xmlrpc SUBDIR += rude SUBDIR += s3ql SUBDIR += samba42 |