mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
63eefc4274
Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!)
22 lines
476 B
Makefile
22 lines
476 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.5 1996/08/10 18:10:55 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
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= util/FreeBSD.sh
|
|
MAKEFILE= Makefile.FreeBSD
|
|
|
|
RESTRICTED= "Cryptography"
|
|
|
|
.include <bsd.port.mk>
|