summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-03-03 21:32:35 +0000
committerMark Murray <markm@FreeBSD.org>1996-03-03 21:32:35 +0000
commitd661f5a8dea1ffb4ec57727e925b2c33357a5e71 (patch)
treeb1a873a823a7eab82bdfd47bd144b109fc9ab6f0 /security/openssl/Makefile
parentCosmetique (diff)
At long last! This is Eric Young's SSL library. The DES routines
are not part of this build as they are part of mainstram FreeBSD. Please will a certificates expert check out the certificates location.
Notes
Notes: svn path=/head/; revision=2768
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
new file mode 100644
index 000000000000..75f7eda6a94d
--- /dev/null
+++ b/security/openssl/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: Eric Young's SSL/Crypto Library
+# Version required: 0.5.1b
+# Date created: 24 February 1996
+# Whom: markm
+#
+# $Id$
+#
+
+DISTNAME= SSLeay-0.5.1b
+PKGNAME= SSLeay-0.5.1b
+CATEGORIES+= devel security
+MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/
+
+.include <bsd.port.mk>