head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.30.12.36.11;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.21.17.37.31;	author eadler;	state Exp;
branches;
next	1.7;

1.7
date	2009.10.26.07.55.36;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2007.03.19.21.46.24;	author lx;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.12.04.33.52;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.27.04.23.15;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.24.12.49.22;	author novel;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.21.12.06.58;	author mnag;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.16.23.51.12;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CSP
# Date created:			2005-04-13
# Whom:				David Thiel <lx@@redundancy.redundancy.org>
#
# $FreeBSD: head/security/p5-CSP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CSP
PORTVERSION=	0.34
CATEGORIES=	security perl5
MASTER_SITES=	ftp://ftp.it.su.se/pub/users/leifj/ \
		http://redundancy.redundancy.org/mirror/
PKGNAMEPREFIX=	p5-

MAINTAINER=	lx@@FreeBSD.org
COMMENT=	A Perl tool for managing Certificate Authorities

BUILD_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
		p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \
		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CSP.3

.include <bsd.port.mk>
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 3
a20 3
BUILD_DEPENDS=	${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
		${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt \
		${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
@


1.7
log
@- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.6
log
@Updating to 0.34, which fixes a bug with certificate expiration.

Approved by:	edwin (mentor)
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
@


1.5
log
@- Updating the CSP Certificate Authority tool to 0.33, a bugfix release.

PR:		ports/100128
Submitted by:	maintainer (David Thiel)
@
text
@d9 1
a9 1
PORTVERSION=	0.33
d12 1
a12 1
		http://cold.darkambient.net/
d15 1
a15 1
MAINTAINER=	lx@@redundancy.redundancy.org
@


1.4
log
@Add an additional MASTER_SITE provided by maintainer to fix fetch.

Reported by:	pointyhat via kris
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@


1.3
log
@Update to 0.32.

PR:		86513
Submitted by:	David Thiel (maintainer)
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.it.su.se/pub/users/leifj/
@


1.2
log
@Update to 0.31

PR:		ports/86386
Submitted by:	David Thiel <lx@@redundancy.redundancy.org> (maintainer)
Approved by:	pav (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.31
d18 2
a19 1
		${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt
@


1.1
log
@Add p5-CSP.

CSP is a Perl class and script for running multiple CAs. OpenSSL is used
for all operations. CSP can also generate a small CA website used to
distribute certificates and CRLs.

WWW: http://devel.it.su.se/projects/CSP/

PR:		ports/79885
Submitted by:	David Thiel <lx@@redundancy.redundancy.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.26
@

