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


1.13
date	2013.03.02.22.22.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.30.05.45.07;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.39.34;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.34.59;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2009.01.22.02.47.14;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2008.06.29.00.24.07;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.01.01;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.09.22.35.36;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.04.00;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.07.05.37.36;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.03.09.49.02;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.07.12.30.55;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313266
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sergei Vyshenski <svysh@@pn.sinp.msu.ru>
# $FreeBSD: head/security/p5-openxpki-client-scep/Makefile 313266 2013-03-02 15:55:17Z miwi $

PORTNAME=	openxpki-client-scep
PORTVERSION=	0.9.1313
CATEGORIES=	security perl5
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
PKGNAMEPREFIX=	p5-
DISTNAME=	OpenXPKI-Client-SCEP-${PORTVERSION}
DIST_SUBDIR=	openxpki

MAINTAINER=	svysh.fbsd@@gmail.com
COMMENT=	Client for SCEP requests to openxpki server

BUILD_DEPENDS=	\
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
	p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
	p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN3=	OpenXPKI::Client::SCEP.3
USE_GMAKE=	yes
PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-openxpki-client-scep
# Date created:				03 Oct 2006
# Whom:					svysh
#
# $FreeBSD: head/security/p5-openxpki-client-scep/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 1
a12 1
MAINTAINER=	svysh@@pn.sinp.msu.ru
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS

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


1.10
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
@d20 3
a22 3
	${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \
	${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \
	${SITE_PERL}/${PERL_ARCH}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@- Update to 0.9.1313.

PR:		ports/130801
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	openxpki
@


1.7
log
@- Update to 0.9.1119

PR:		125046
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.1119
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.9.957
PORTREVISION=	1
d22 2
a23 1
	${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client
@


1.5
log
@- Update to 0.9.957

PR:		116860
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d10 1
@


1.4
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.9.888
@


1.3
log
@- Update to 0.9.888

PR:		113409
Submitted by:	Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@a25 1
USE_PERL5=	yes
@


1.2
log
@- Update to 0.9.719

PR:		108618
Submitted by:	Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.719
d17 1
a17 1
MAINTAINER=	svysh@@cryptocom.ru
@


1.1
log
@Add p5-openxpki-client-scep 0.9.421, client for SCEP requests to
openxpki server.

PR:		ports/103946
Submitted by:	Sergei Vyshenski <svysh at cryptocom.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.9.421
@

