Ticket #12271: Portfile

File Portfile, 786 bytes (added by takeshi@…, 17 years ago)
Line 
1# $Id: Portfile 22871 2007-03-17 13:53:13Z takanori@macports.org $
2
3PortSystem      1.0
4name            libdap
5version         3.7.8
6platforms       darwin
7maintainers     takeshi@mac.com
8categories      science
9description     A C++ SDK which contains an implementation of DAP 2.0
10master_sites    http://www.opendap.org/pub/source/
11checksums       md5 69ca7dcc0bad43b4b74eac105b4587e2
12homepage        http://www.opendap.org/
13long_description \
14                A C++ SDK which contains an implementation of DAP 2.0,  \
15                Client- and Server-side support classes and a prototype \
16                implementation of the AIS.
17depends_lib     port:curl \
18                port:libiconv \
19                port:libxml2 \
20                port:openssl \
21                port:zlib