Ticket #10286: Portfile
File Portfile, 355 bytes (added by mas@…, 18 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Crypt-SSLeay 0.51 |
6 | maintainers mas@seligma.com |
7 | description module to add SSL support to LWP |
8 | long_description ${description} |
9 | homepage http://search.cpan.org/~hampton/${distname}/ |
10 | platforms darwin |
11 | checksums md5 e276fd3970d573139fe56695a7b747bd |
12 | |
13 | depends_lib-append port:p5-libwww-perl lib:libssl:openssl |