aboutsummaryrefslogtreecommitdiff
path: root/security/ssl-admin/Makefile
blob: 3ade02a0b2b4dd63675d1a57694cfda171dfa0cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:	ssl-admin
# Date created:			21 July 2008
# Whom:				Eric Crist <ecrist@secure-computing.net>
#
# $FreeBSD$
#

PORTNAME=	ssl-admin
DISTVERSION=	1.0.3
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/

MAINTAINER=	ecrist@secure-computing.net
COMMENT=	OpenSSL certificate manager with OpenVPN support.

RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip \
		zip:${PORTSDIR}/archivers/zip

USE_PERL5_RUN=	YES
MAN1=		ssl-admin.1
MAN5=		ssl-admin.conf.5
SUB_FILES=	pkg-message

post-install:
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>