head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.06.04.20.46.03;	author sobomax;	state dead;
branches;
next	1.1;

1.1
date	2007.06.04.19.51.34;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Re-add pvk under proper name.
@
text
@# New ports collection makefile for:	pvk
# Date created:				6 June 2007
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: ports/security/pvt/Makefile,v 1.1 2007/06/04 19:51:34 sobomax Exp $
#

PORTNAME=	pvk
PORTVERSION=	20070406
CATEGORIES=	security
MASTER_SITES=	http://www.drh-consultancy.demon.co.uk/
DISTNAME=	pvksrc
EXTRACT_SUFX=	.tgz.bin

MAINTAINER=	sobomax@@FreeBSD.org
COMMENT=	Tool to convert a RSA key in PEM format into a PVK file and vice versa

WRKSRC=		${WRKDIR}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pvk ${PREFIX}/bin
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}

.include <bsd.port.mk>
@


1.1
log
@Add pvt 20070406, tool to convert a RSA key in PEM format into a PVK
file and vice versa.
@
text
@d5 1
a5 1
# $FreeBSD$
@

