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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup jedisct1 libchloride 20130506 |
---|
8 | fetch.type git |
---|
9 | git.branch 95543cf63c34b8ab145e95e8ed50b44392464765 |
---|
10 | |
---|
11 | categories devel security |
---|
12 | platforms darwin |
---|
13 | maintainers brianandjenny.com:brian.andrew openmaintainer |
---|
14 | license MIT |
---|
15 | |
---|
16 | description Networking layer for libsodium, based on CurveCP |
---|
17 | |
---|
18 | long_description ${description} |
---|
19 | |
---|
20 | checksums rmd160 08a56e5489016ca1aabd9f20c57ec975c14ce553 \ |
---|
21 | sha256 4c4f66d2cc6ab6e846ff034eb2a42fa786b8b1d6c0bd435373d1be7c13250dca |
---|
22 | |
---|
23 | depends_build port:autoconf \ |
---|
24 | port:automake \ |
---|
25 | port:libtool |
---|
26 | |
---|
27 | depends_lib port:libsodium |
---|
28 | |
---|
29 | pre-configure { |
---|
30 | system -W ${worksrcpath} "./autogen.sh" |
---|
31 | } |
---|
32 | |
---|
33 | test.run yes |
---|
34 | test.target check |
---|
35 | |
---|
36 | livecheck.url ${homepage}/commits/master.atom |
---|
37 | livecheck.type moddate |
---|