summaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:58:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:58:10 +0000
commit8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch)
treebfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/openssl-beta
parentConvert to use MAN[1-8LN] (diff)
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Notes
Notes: svn path=/head/; revision=4537
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile7
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>