1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/openssl/Makefile

22 lines
476 B
Makefile
Raw Normal View History

# New ports collection makefile for: Eric Young's SSL/Crypto Library
1996-08-10 18:10:55 +00:00
# Version required: 0.6.3
# Date created: 1 July 1996
# Whom: markm
#
1996-08-10 18:10:55 +00:00
# $Id: Makefile,v 1.4 1996/07/30 19:43:53 asami Exp $
#
1996-08-10 18:10:55 +00:00
DISTNAME= SSLeay-0.6.3
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>