diff options
author | Boris Polujin <boris@zfs.ninja> | 2022-08-14 22:01:38 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-08-14 22:50:03 +0300 |
commit | a95e80d6b1138e67fdaf43faa1ac546aa74dfa36 (patch) | |
tree | 750d5181cd65c72d73d6eb691022d9f749c5e2b4 /net-p2p/Makefile | |
parent | 9fa3ea178c43d4106f040e9088d89ebacb4f2dc9 (diff) | |
download | freebsd-ports-a95e80d6b1138e67fdaf43faa1ac546aa74dfa36.zip |
net-p2p/cardano-db-sync: + Daemon for exporting Cardano blockchain data into a PostgreSQL DB.
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 3db55ea50d0c..b6438ce96429 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -17,6 +17,7 @@ SUBDIR += btcheck SUBDIR += btpd SUBDIR += c-lightning + SUBDIR += cardano-db-sync SUBDIR += cardano-node SUBDIR += cpuminer SUBDIR += createtorrent |