Line | |
---|
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 | # $Id: Portfile 146517 2016-03-10 17:49:28Z raimue@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name tlswrap |
---|
7 | version 1.04 |
---|
8 | revision 2 |
---|
9 | categories net security |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license BSD |
---|
13 | description TLS/SSL FTP wrapper/proxy |
---|
14 | long_description \ |
---|
15 | TLSWrap is a TLS/SSL FTP wrapper/proxy, allowing you to \ |
---|
16 | use your favorite FTP client with any TLS/SSL-enabled FTP \ |
---|
17 | server. |
---|
18 | |
---|
19 | homepage http://www.tlswrap.com/ |
---|
20 | master_sites ${homepage} |
---|
21 | checksums md5 68a4d937c1e817fa3056751e8902b691 \ |
---|
22 | sha1 094c29902e40c2bf4d09ac65c8506e224d143cd7 \ |
---|
23 | rmd160 ab03253fae341cf8104c69930c7890b2e95f9efc |
---|
24 | |
---|
25 | depends_lib path:lib/libssl.dylib:openssl |
---|
26 | |
---|
27 | configure.args --with-ssl=${prefix} |
---|
28 | |
---|
29 | destroot.destdir prefix=${destroot}${prefix} |
---|
30 | post-destroot { |
---|
31 | xinstall -d -m 755 ${destroot}${prefix}/share/${name} |
---|
32 | xinstall -d -m 755 ${destroot}${prefix}/share/${name}/doc |
---|
33 | foreach f {COPYING ChangeLog README} { |
---|
34 | copy ${worksrcpath}/${f} ${destroot}${prefix}/share/${name}/doc |
---|
35 | } |
---|
36 | } |
---|
37 | |
---|
38 | |
---|
39 | livecheck.type regex |
---|
40 | livecheck.url ${homepage} |
---|
41 | livecheck.regex {TLSWrap v(\d+\.\d+)} |
---|
Note: See
TracBrowser
for help on using the repository browser.