freebsd-ports/security/ssl-admin/Makefile
Beech Rintoul 31770504e6 - Update to 1.0b1.2
PR:		ports/125995
Submitted by:	Eric Crist <ecrist@secure-computing.net> (maintainer)
2008-07-27 19:05:31 +00:00

30 lines
681 B
Makefile

# New ports collection makefile for: ssl-admin
# Date created: 21 July 2008
# Whom: Eric Crist <ecrist@secure-computing.net>
#
# $FreeBSD$
#
PORTNAME= ssl-admin
DISTVERSION= 1.0b1.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ \
${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= ecrist@secure-computing.net
COMMENT= OpenSSL certificate manager
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/zip \
zip:${PORTSDIR}/archivers/unzip
USE_PERL5_RUN= YES
MAN1= ssl-admin.1
MAN5= ssl-admin.conf.5
SUB_FILES= pkg-message
NO_PACKAGE= This is a perl script - there is no reason to package it
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>