1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup WWW-Curl 4.09 |
---|
8 | maintainers alum.wpi.edu:arno+macports openmaintainer |
---|
9 | description Perl extension interface for libcurl |
---|
10 | |
---|
11 | long_description Python module interface to the cURL library which is a \ |
---|
12 | tool for transferring files with URL syntax, supporting \ |
---|
13 | many protocols. |
---|
14 | platforms darwin |
---|
15 | checksums sha1 3f5c370d9b2464a78f0b53af7dac4d9231679a02 \ |
---|
16 | md5 04c136c1212edb68717ec14f6dff1cc3 \ |
---|
17 | rmd160 7d038c9d46678a691b74bd9450e131e1d915c2d9 |
---|
18 | |
---|
19 | depends_lib-append port:curl |
---|