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 20130717 |
---|
8 | fetch.type git |
---|
9 | git.branch 849d9f4f8649177e09f1e97017452f41d84797df |
---|
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 | depends_build port:autoconf \ |
---|
21 | port:automake \ |
---|
22 | port:libtool |
---|
23 | |
---|
24 | depends_lib port:libsodium |
---|
25 | |
---|
26 | pre-configure { |
---|
27 | system -W ${worksrcpath} "./autogen.sh" |
---|
28 | } |
---|
29 | |
---|
30 | test.run yes |
---|
31 | test.target check |
---|
32 | |
---|
33 | livecheck.url ${homepage}/commits/master.atom |
---|
34 | livecheck.type moddate |
---|