diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:17:21 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:30:41 +0800 |
commit | 4973f5e9dad60c585ea474e17ca0d8382307dc70 (patch) | |
tree | e5a05e9b14b2fa23b621fbaaace29ccacd37c3c9 /ftp | |
parent | dns/py-py3dns: Update WWW and clean up pkg-descr (diff) |
ftp/py-pycurl: Update WWW and clean up pkg-descr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/py-pycurl/Makefile | 3 | ||||
-rw-r--r-- | ftp/py-pycurl/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile index e4845e3afb86..1af76ec5fb77 100644 --- a/ftp/py-pycurl/Makefile +++ b/ftp/py-pycurl/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to libcurl -WWW= http://pycurl.io/ +WWW= http://pycurl.io/ \ + https://github.com/pycurl/pycurl LICENSE= LGPL21 MIT LICENSE_COMB= dual diff --git a/ftp/py-pycurl/pkg-descr b/ftp/py-pycurl/pkg-descr index f71cfc55f823..5a239cd157bd 100644 --- a/ftp/py-pycurl/pkg-descr +++ b/ftp/py-pycurl/pkg-descr @@ -11,5 +11,3 @@ PycURL exposes most of the functionality of libcurl, including: - Multi and share interfaces. - Sockets used for network operations, permitting integration of PycURL into the applications' I/O loop (e.g., using Tornado). - -See also: https://github.com/pycurl/pycurl |