1# Ports collection makefile for:	ssl-admin
2# Date created:				Thu Jan 14 10:38:23 CST 2010
3# Whom:					Eric Crist <ecrist@secure-computing.net>
4#
5# $FreeBSD: ports/security/ssl-admin/Makefile,v 1.4 2008/07/27 19:05:31 beech Exp $
6#
7
8PORTNAME=	ssl-admin
9DISTVERSION=	1.0.3
10CATEGORIES=	security
11MASTER_SITES=	ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/
12
13MAINTAINER=	ecrist@secure-computing.net
14COMMENT=	OpenSSL certificate manager with OpenVPN support.
15
16RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip \
17		zip:${PORTSDIR}/archivers/zip
18
19USE_PERL5_RUN=	YES
20MAN1=		ssl-admin.1
21MAN5=		ssl-admin.conf.5
22SUB_FILES=	pkg-message
23
24post-install:
25	${CAT} ${PKGMESSAGE}
26
27.include <bsd.port.mk>
28