head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


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

1.9
date	2011.06.11.14.46.12;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.03.08.08.15;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2010.08.25.14.55.02;	author jadawin;	state Exp;
branches;
next	1.6;

1.6
date	2010.01.28.08.41.26;	author jadawin;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.26.10.23.50;	author jadawin;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.10.08.33.13;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.28.22.38.36;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.28.11;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.11.09.11.46;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Crypt-OpenSSL-X509
# Date created:				2007/06/09
# Whom:					kftseng@@iyard.org
#
# $FreeBSD: head/security/p5-Crypt-OpenSSL-X509/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-OpenSSL-X509
PORTVERSION=	1.8.2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}00.${PORTVERSION:E}

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

PERL_CONFIGURE=	yes

MAN3=		Crypt::OpenSSL::X509.3

post-patch:
	@@${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
@


1.9
log
@- Update to 1.8.2 (1.800.2)
- Remove outdated OSVERSION check

Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 1.4

PR:		ports/150218
Submitted by:	Frederic Culot <frederic@@culot.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d13 1
d22 2
a23 1
.include <bsd.port.pre.mk>
d25 1
a25 5
.if ${OSVERSION} < 700000
BROKEN=		does not compile on 6.X
.endif

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


1.7
log
@- Update to 1.3
- Add patch because it doesn't compile with -Werror

PR:		ports/149418
Submitted by:	Frederic Culot <frederic _AT_ culot.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.6
log
@- Mark as BROKEN for 6.X
- Bump PORTREVISION

Reported by:	pointyhat
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
@


1.5
log
@- Update to 1.0
- Set maintainership to perl@@
@
text
@d10 1
d22 7
a28 1
.include <bsd.port.mk>
@


1.4
log
@- reset maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- Update to 0.7

PR:		127134
Submitted by:	leeym
Approved by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	kftseng@@iyard.org
@


1.2
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.5
a16 2
BUILD_DEPENDS=	${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install

@


1.1
log
@- add Crypt::OpenSSL::X509 0.5

  This implement a large majority of OpenSSL's useful X509 API.

  The email() method supports both certificates where the
  subject is of the form:
  "... CN=Firstname lastname/emailAddress=user@@domain", and also
  certificates where there is a X509v3 Extension of the form
  "X509v3 Subject Alternative Name: email=user@@domain".

Submitted by:	kftseng@@iyard.org
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@

