Ticket #40876: Portfile

File Portfile, 927 bytes (added by tresni (Brian Hartvigsen), 11 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        jedisct1 libchloride 20130717
8fetch.type          git
9git.branch          849d9f4f8649177e09f1e97017452f41d84797df
10
11categories          devel security
12platforms           darwin
13maintainers         brianandjenny.com:brian.andrew openmaintainer
14license             MIT
15
16description         Networking layer for libsodium, based on CurveCP
17
18long_description    ${description}
19
20depends_build       port:autoconf \
21                    port:automake \
22                    port:libtool
23
24depends_lib         port:libsodium
25
26pre-configure {
27    system -W ${worksrcpath} "./autogen.sh"
28}
29
30test.run            yes
31test.target         check
32
33livecheck.url       ${homepage}/commits/master.atom
34livecheck.type      moddate