Ticket #28661: Portfile

File Portfile, 836 bytes (added by alfredh (Alfred E. Heggestad), 13 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                libre
6version             0.1.0
7categories          net
8platforms           darwin
9maintainers         db.org:aeh
10description         Generic library for real-time communications with async IO support.
11long_description    Generic library for real-time communications with async IO support.
12homepage            http://www.creytiv.com/
13master_sites        http://www.creytiv.com/pub/
14
15checksums           md5  d85debe4b6bae02c63eb7d248168c9e8 \
16                    sha1  7970de2c873ab83c70f6eafc3a85ac89493a670a \
17                    rmd160  cdc7218762f71f568b468cf82e00b2e09dafcda3
18
19depends_lib         port:zlib \
20                    port:openssl
21
22distfiles           re-${version}.tar.gz
23worksrcdir          re-${version}
24use_configure       no
25destroot.args       PREFIX=${prefix}