ftp/py-pycurl: Update WWW and clean up pkg-descr
This commit is contained in:
parent
e9bb6f6cff
commit
4973f5e9da
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue