head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2010.05.04.10.47.33;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.29.17.41.10;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.28.10;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.25.19.09.38;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.04.10.58.00;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Crypt-OpenSSL-Bignum
# Date created:				Sep. 4, 2003
# Whom:					erwin@@FreeBSD.org
#
# $FreeBSD: head/security/p5-Crypt-OpenSSL-Bignum/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-OpenSSL-Bignum
PORTVERSION=	0.04
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	OpenSSL's multiprecision integer arithmetic

PERL_CONFIGURE=	yes
USE_OPENSSL=	yes
MAKE_ARGS+=	PASTHRU_INC=-I${OPENSSLINC}

MAN3=		Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3

.include <bsd.port.mk>
@


1.5
log
@Fix build issue WITH_OPENSSL_PORT.

PR:		ports/146285
Submitted by:	Dan Lukes   dan  obluda cz
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d18 2
@


1.3
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
@d14 1
a14 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.2
log
@Update to 0.04
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.1
log
@Crypt::OpenSSL::Bignum provides access to OpenSSL
multiprecision integer arithmetic libraries. Presently,
many though not all of the arithmetic operations that
OpenSSL provides are exposed to perl. In addition,
this module can be used to provide access to bignum
values produced by other OpenSSL modules, such as key
parameters from Crypt::OpenSSL::RSA.
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@

