diff options
author | knu <knu@FreeBSD.org> | 2001-07-03 17:09:29 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-03 17:09:29 +0800 |
commit | 58218417222453a3d954589827814eddbd52a3b8 (patch) | |
tree | 8973382792d97c10dfe60ca7fd4a1dd9bf1d187f /ftp/Makefile | |
parent | d1975b5f6c2ee6969bc3c6f3ce1f7144ff5615f3 (diff) | |
download | freebsd-ports-gnome-58218417222453a3d954589827814eddbd52a3b8.tar.gz freebsd-ports-gnome-58218417222453a3d954589827814eddbd52a3b8.tar.zst freebsd-ports-gnome-58218417222453a3d954589827814eddbd52a3b8.zip |
Add py-curl, the Python interface to libcurl.
PR: ports/28639
Submitted by: Hye-Shik Chang <perky@python.or.kr>
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 fa5a5297448b..600d23f3c850 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -45,6 +45,7 @@ SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd + SUBDIR += py-curl SUBDIR += ruby-curl SUBDIR += sftp SUBDIR += spegla |