# -*- 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
# $Id: Portfile 118821 2014-04-11 07:25:20Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      sockets 0.7
categories                      net
platforms                       darwin
maintainers                     ryandesign
license                         GPL-3+

description                     an interface to the Berkeley socket functions \
                                for Pure

long_description                ${name} is ${description}. It provides most \
                                of the core functionality, so you can create \
                                sockets for both stream and datagram-based \
                                protocols and use these to transmit messages. \
                                Unix-style file sockets are also available \
                                if the host system supports them.

checksums                       rmd160  cdf1d97b23872a3a9bdba1036260de74801d4f44 \
                                sha256  4f2769618ae5818cf6005bb08bcf02fe359a2e31998d12dc0c72f0494e9c0420

depends_build-append            port:pkgconfig
