Ticket #5023: Portfile

File Portfile, 626 bytes (added by pkern@…, 19 years ago)

net/net6/Portfile

Line 
1PortSystem 1.0
2name            net6
3version         1.1.0
4categories      net
5maintainers     pkern@debian.org
6description     Network access framework for IPv4/IPv6
7homepage        http://darcs.0x539.de/trac/obby/
8platforms       darwin freebsd
9
10long_description net6 is a library which eases the development of \
11                 network-based applications as it provides a TCP and UDP
12                 protocol abstraction for C++. It is portable to both Windows
13                 and POSIX platforms.
14
15master_sites    http://releases.0x539.de/net6/
16
17checksums       md5 522229474ff554a4ce883002011d0fbb
18
19depends_build   port:pkgconfig
20depends_lib     {lib:libsigc-2:libsigc\+\+2}
21