Ticket #44313: Portfile.2

File Portfile.2, 1.3 KB (added by jerryyhom, 9 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
5
6name                libressl
7version             2.2.0
8categories          devel
9
10description         LibreSSL - modern TLS cryptography library
11long_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
16homepage            http://www.libressl.org
17master_sites        http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
18
19platforms           darwin
20license             BSD
21maintainers         nomaintainer
22
23conflicts           openssl
24
25checksums           rmd160 5e083d9d7b342af4dc45cab0e1914fe196db55f0 \
26                    sha256 9690d8f38a5d48425395452eeb305b05bb0f560cd96e0ee30f370d4f16563040
27
28patchfiles          patch-configure.ac.diff \
29                    patch-Makefile.am.diff \
30                    patch-tls-tls_internal.h.diff
31
32use_autoconf        yes
33use_automake        yes
34
35configure.args      --disable-dependency-tracking --with-openssldir=${prefix}/etc/ssl --with-enginesdir=${prefix}/lib/engines