diff options
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> |