freebsd-ports/security/openssl-beta/Makefile
Satoshi Asami d5b408c66c Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't even
want to touch it.

While I'm here, change MASTER_SITES to URL form (ftp://) and add
markm as the maintainer (he's the only one who touched this
Makefile since the beginning of history)....
1996-07-30 19:43:53 +00:00

22 lines
476 B
Makefile

# New ports collection makefile for: Eric Young's SSL/Crypto Library
# Version required: 0.6.2
# Date created: 1 July 1996
# Whom: markm
#
# $Id: Makefile,v 1.3 1996/07/29 19:57:43 markm Exp $
#
DISTNAME= SSLeay-0.6.2
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>