summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 6b1261b11cd7..f73396395a8a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,19 +3,18 @@
# Date created: 1 July 1996
# Whom: markm
#
-# $Id: Makefile,v 1.5 1996/08/10 18:10:55 markm Exp $
+# $Id: Makefile,v 1.6 1996/09/24 18:02:01 markm Exp $
#
DISTNAME= SSLeay-0.6.4
-CATEGORIES+= devel security
+CATEGORIES= devel security
MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/
MAINTAINER= markm@FreeBSD.ORG
+RESTRICTED= "Cryptography"
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= util/FreeBSD.sh
MAKEFILE= Makefile.FreeBSD
-RESTRICTED= "Cryptography"
-
.include <bsd.port.mk>