Ticket #39275: Portfile

File Portfile, 1.1 KB (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 20130506
8fetch.type          git
9git.branch          95543cf63c34b8ab145e95e8ed50b44392464765
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
20checksums           rmd160  08a56e5489016ca1aabd9f20c57ec975c14ce553 \
21                    sha256  4c4f66d2cc6ab6e846ff034eb2a42fa786b8b1d6c0bd435373d1be7c13250dca
22
23depends_build       port:autoconf \
24                    port:automake \
25                    port:libtool
26
27depends_lib         port:libsodium
28
29pre-configure {
30    system -W ${worksrcpath} "./autogen.sh"
31}
32
33test.run            yes
34test.target         check
35
36livecheck.url       ${homepage}/commits/master.atom
37livecheck.type      moddate