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