1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name litmus |
---|
6 | version 0.11 |
---|
7 | categories www |
---|
8 | platforms darwin |
---|
9 | maintainers arto.bendiken@gmail.com |
---|
10 | description WebDAV server protocol compliance test suite. |
---|
11 | long_description litmus is a WebDAV server test suite, which aims \ |
---|
12 | to test whether a server is compliant with the \ |
---|
13 | WebDAV protocol as specified in RFC2518. |
---|
14 | |
---|
15 | homepage http://www.webdav.org/neon/litmus/ |
---|
16 | master_sites ${homepage} |
---|
17 | checksums sha1 00cc0547bc00ba1e1af04338282191a2108ba66b |
---|
18 | |
---|
19 | depends_lib port:expat port:openssl port:neon |
---|
20 | configure.args --with-expat --with-ssl=openssl |
---|
21 | |
---|
22 | platform darwin 8 { |
---|
23 | configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 |
---|
24 | } |
---|