mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
8419c1ad54
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# New ports collection makefile for: Eric Young's SSL/Crypto Library
|
|
# Version required: 0.6.4
|
|
# Date created: 1 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/09/24 18:02:01 markm Exp $
|
|
#
|
|
|
|
DISTNAME= SSLeay-0.6.4
|
|
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
|
|
|
|
.include <bsd.port.mk>
|