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 | |
---|
6 | name libressl |
---|
7 | version 2.2.1 |
---|
8 | categories devel |
---|
9 | |
---|
10 | description LibreSSL - modern TLS cryptography library |
---|
11 | long_description LibreSSL is a version of the TLS/crypto stack \ |
---|
12 | forked from OpenSSL in 2014, with goals of \ |
---|
13 | modernizing the codebase, improving security, and \ |
---|
14 | applying best practice development processes. |
---|
15 | |
---|
16 | homepage http://www.libressl.org |
---|
17 | master_sites http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | license BSD |
---|
21 | maintainers nomaintainer |
---|
22 | |
---|
23 | conflicts openssl |
---|
24 | |
---|
25 | checksums rmd160 7f6846563aa20f4677dc2703eecd04babbafe1e6 \ |
---|
26 | sha256 4f331750abfc3b605b02eeca1e8994fa0d2629985bc3f62924378197fbfe572d |
---|
27 | |
---|
28 | patchfiles patch-configure.ac.diff \ |
---|
29 | patch-Makefile.am.diff \ |
---|
30 | patch-tls-tls_internal.h.diff |
---|
31 | |
---|
32 | depends_build port:pkgconfig |
---|
33 | |
---|
34 | use_autoconf yes |
---|
35 | use_automake yes |
---|
36 | |
---|
37 | configure.args --with-openssldir=${prefix}/etc/ssl --with-enginesdir=${prefix}/lib/engines |
---|