Last change
on this file since 12971 was
12971,
checked in by ssen, 14 years ago
|
Update maintainer. No time to keep these up to date.
|
-
Property svn:eol-style set to
native
|
File size:
985 bytes
|
Line | |
---|
1 | # $Id: Portfile,v 1.14 2005/07/06 16:18:00 ssen Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name openssl |
---|
5 | version 0.9.7g |
---|
6 | platforms darwin freebsd |
---|
7 | categories devel security |
---|
8 | maintainers darwinports@opendarwin.org |
---|
9 | homepage http://www.openssl.org/ |
---|
10 | description OpenSSL SSL/TLS cryptography library |
---|
11 | |
---|
12 | long_description \ |
---|
13 | The OpenSSL Project is a collaborative effort to develop a robust, \ |
---|
14 | commercial-grade, full-featured, and Open Source toolkit implementing \ |
---|
15 | the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security \ |
---|
16 | (TLS v1) protocols as well as a full-strength general purpose \ |
---|
17 | cryptography library. |
---|
18 | |
---|
19 | master_sites http://www.openssl.org/source/ |
---|
20 | checksums md5 991615f73338a571b6a1be7d74906934 |
---|
21 | |
---|
22 | depends_lib port:zlib |
---|
23 | |
---|
24 | configure.cmd ./config |
---|
25 | configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared |
---|
26 | |
---|
27 | destroot.destdir INSTALL_PREFIX=${destroot} |
---|
28 | destroot.args MANDIR=${prefix}/share/man |
---|
29 | |
---|
30 | test.run yes |
---|
31 | |
---|
32 | variant darwin { |
---|
33 | patchfiles patch-Makefile.org |
---|
34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.