aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-beta/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-30 19:43:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-30 19:43:53 +0000
commitd5b408c66cec681ccd754293e752c8eaf063b8fa (patch)
tree8bc9208751c65a3299471d4dbe2a515643fff912 /security/openssl-beta/Makefile
parent4fdeee0cc9d8bad4f5ab2d88f6262c357e0ce805 (diff)
downloadports-d5b408c66cec681ccd754293e752c8eaf063b8fa.tar.gz
ports-d5b408c66cec681ccd754293e752c8eaf063b8fa.zip
Notes
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r--security/openssl-beta/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index c6821064be4c..55291bdee362 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,17 +3,19 @@
# Date created: 1 July 1996
# Whom: markm
#
-# $Id$
+# $Id: Makefile,v 1.3 1996/07/29 19:57:43 markm Exp $
#
DISTNAME= SSLeay-0.6.2
CATEGORIES+= devel security
-MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/
+MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/
+
+MAINTAINER= markm@FreeBSD.ORG
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= util/FreeBSD.sh
MAKEFILE= Makefile.FreeBSD
-NO_PACKAGE= "Cryptography"
+RESTRICTED= "Cryptography"
.include <bsd.port.mk>