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 jpouellet signify-osx 1.1 |
---|
8 | name signify |
---|
9 | categories security |
---|
10 | license ISC |
---|
11 | platforms darwin |
---|
12 | maintainers ouellet.biz:jean-philippe |
---|
13 | description cryptographically sign and verify files |
---|
14 | long_description The signify utility creates and verifies cryptographic \ |
---|
15 | signatures. A signature verifies the integrity of a message. |
---|
16 | homepage http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/signify.1 |
---|
17 | |
---|
18 | checksums rmd160 a855549d6b5022c8e4bc374a4ca85b7764473df8 \ |
---|
19 | sha256 5b730763887554eeade766179548a941085e12f48ef3c1542553de0b5c0a3de6 |
---|
20 | |
---|
21 | variant universal {} |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | build.target signify |
---|
26 | build.args-append CC="${configure.cc} [get_canonical_archflags cc]" |
---|
27 | |
---|
28 | destroot.args PREFIX="${destroot}${prefix}" |
---|
29 | |
---|
30 | test.run yes |
---|