blob: 01c6c8142e27d2cf2730e8487228a5bc18197d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: ssldump
# Date created: 10 November 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ssldump
PORTVERSION= 0.9b1
CATEGORIES= net security
MASTER_SITES= http://www.rtfm.com/ssldump/
MAINTAINER= kris@FreeBSD.org
USE_OPENSSL= YES
.include <bsd.port.pre.mk>
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
MAN1= ssldump.1
.include <bsd.port.post.mk>
|