diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-08-10 11:32:20 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-08-10 11:36:27 +0000 |
| commit | c6f4c98ac6e2d356aadb65767cc134e3e3f2572a (patch) | |
| tree | b4c56417f42db7201d78261acb7e394e086125ba | |
| parent | 5f5b91ee59357a21dba3204c7d08abd8592a2ce1 (diff) | |
devel/Makefile: add port devel/pycdc
PR: 280659
Reported by: antoine (via email)
Fixes: 3b5336de74e5 (New port: Python bytecode disassembler and decompiler)
| -rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4670fe0a5d1a..957773771584 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6092,6 +6092,7 @@ SUBDIR += pybind11-json SUBDIR += pybugz SUBDIR += pycanberra + SUBDIR += pycdc SUBDIR += pycharm-ce SUBDIR += pycharm-pro SUBDIR += pycomposefile |
