head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.12.17.09.58.11;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.09.09.01.38.13;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.13.16.15.19;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.45.22;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.12.13.08.21;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.03.20.21.15;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309075
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309075 | az | 2012-12-17 09:54:03 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Crypt-OpenSSL-CA
# Date created:		2011/08/25
# Whom:			Mosconi <mosconi.rmg@@gmail.com>
#
# $FreeBSD: head/security/p5-Crypt-OpenSSL-CA/Makefile 309075 2012-12-17 09:54:03Z az $
#

PORTNAME=	Crypt-OpenSSL-CA
PORTVERSION=	0.23
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension for OpenSSL CA API

# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo()
# is a GNU libc function.
BUILD_DEPENDS=	p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \
		p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
		p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \
		p5-Net-SSLeay>=1.25:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:=	${BUILD_DEPENDS}

TEST_DEPENDS=	p5-Test-Group>=0:${PORTSDIR}/devel/p5-Test-Group

PERL_CONFIGURE=	yes

MAN3=		Crypt::OpenSSL::CA.3 \
		Crypt::OpenSSL::CA::AlphabetSoup.3 \
		Crypt::OpenSSL::CA::Inline::C.3 \
		Crypt::OpenSSL::CA::Resources.3

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-Crypt-OpenSSL-CA/Makefile 303944 2012-09-09 01:38:13Z swills $
d37 1
a37 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-Module-Build>=0.2900:${PORTSDIR}/devel/p5-Module-Build
.endif

.include <bsd.port.post.mk>
@


1.5
log
@SVN rev 303944 on 2012-09-09 01:38:13Z by swills

- Remove dependency on p5-Devel-Mallinfo
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d10 1
d18 2
a21 1
		p5-Devel-Mallinfo>=0:${PORTSDIR}/devel/p5-Devel-Mallinfo \
@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d35 7
a41 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 0.23

Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-CA/Changes
Feature safe:	yes
@
text
@d35 1
a35 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-Module-Build>=0.2900:${PORTSDIR}/devel/p5-Module-Build
.endif

.include <bsd.port.post.mk>
@


1.1
log
@- Add p5-Crypt-OpenSSL-CA 0.21

Crypt-OpenSSL-CA - Model of an X509v3 Certification Authority

This package performs the cryptographic operations necessary to issue
X509 certificates and certificate revocation lists (CRLs).  It is
implemented as a Perl wrapper around the popular OpenSSL library.  All
certificate and CRL extensions supported by OpenSSL are available, and
then some.

WWW: http://search.cpan.org/dist/Crypt-OpenSSL-CA/

PR:		ports/160167
Submitted by:	Rodrigo Mosconi <freebsd@@mosconi.mat.br>
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@

