diff options
author | pi <pi@FreeBSD.org> | 2016-05-01 02:37:51 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-01 02:37:51 +0800 |
commit | f7d59f2ca30d4adff726c4985a566c25787dcfc0 (patch) | |
tree | 5f71cdcb749c86cee3b06d3982193e86c00efaf4 /net-p2p/Makefile | |
parent | 6a4415cacd864be63bc58ffb23fb21103da75623 (diff) | |
download | freebsd-ports-gnome-f7d59f2ca30d4adff726c4985a566c25787dcfc0.tar.gz freebsd-ports-gnome-f7d59f2ca30d4adff726c4985a566c25787dcfc0.tar.zst freebsd-ports-gnome-f7d59f2ca30d4adff726c4985a566c25787dcfc0.zip |
New port: net-p2p/go-ethereum
Ethereum is a community-driven project aiming to decentralize the internet and
return it to its democratic roots. It is a platform for building and running
applications which do not need to rely on trust and cannot be controlled by
any central authority.
This is the Go implementation of Ethereum y/w paper
WWW: https://github.com/ethereum/go-ethereum
PR: 201954
Submitted by: enriquefynn@gmail.com
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 214fdde3e8e9..e0385876c6b2 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -34,6 +34,7 @@ SUBDIR += gnewtellium SUBDIR += gnunet SUBDIR += gnunet-gtk + SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer SUBDIR += hs-torrent |