diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-16 22:56:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-16 23:37:08 +0000 |
commit | a7b357c4f40e171e554250038768a751335d01c3 (patch) | |
tree | a130beda765639da8bd2203f4d915414b50bf105 /ftp/Makefile | |
parent | fc96e77b56c65223193406b3dedb0d0642f123c8 (diff) |
ftp/pget: New port: Fast, resumable file download client
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index d4a64f8e0d8f..4bb9169126e2 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -51,6 +51,7 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd + SUBDIR += pget SUBDIR += php80-curl SUBDIR += php80-ftp SUBDIR += php81-curl |