Commits
David B. Evans authored ad23dde18be
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-curl |
7 7 | version 7.43.0.2 |
8 - | revision 1 |
8 + | revision 2 |
9 9 | categories-append net devel |
10 10 | platforms darwin |
11 11 | license {MIT LGPL} |
12 12 | maintainers {yan12125 @yan12125} openmaintainer |
13 13 | |
14 14 | description python interface to libcurl |
15 15 | long_description Python module interface to the cURL library which \ |
16 16 | is a tool for transferring files with URL syntax, \ |
17 17 | supporting many protocols. |
18 18 | homepage http://pycurl.io/ |