diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-03-03 21:32:35 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-03-03 21:32:35 +0000 |
commit | d661f5a8dea1ffb4ec57727e925b2c33357a5e71 (patch) | |
tree | b1a873a823a7eab82bdfd47bd144b109fc9ab6f0 /security/openssl/Makefile | |
parent | b04c706d13c0ab10f320cc080d7519df80ad9fb7 (diff) |
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 14 |
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> |