diff options
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r-- | security/openssl-beta/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 6b1261b11cd7..f73396395a8a 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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> |