head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.07.07.06.46.42;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.22.16.26.57;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.17.14.28.06;	author araujo;	state Exp;
branches;
next	1.13;

1.13
date	2007.09.08.01.03.55;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.04.23.19.10;	author nork;	state Exp;
branches;
next	1.11;

1.11
date	2005.11.04.21.24.21;	author jesper;	state Exp;
branches;
next	1.10;

1.10
date	2005.10.31.18.24.14;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.10.11.17.25.06;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2004.12.11.00.48.42;	author jesper;	state Exp;
branches;
next	1.7;

1.7
date	2004.12.05.12.20.40;	author jesper;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.05.10.50.33;	author jesper;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.06.13.12.18;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.24.12.03.30;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.43;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.06.06.11.53;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.14.14.58.35;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Crypt-DH
# Date created:				2002/03/14
# Whom:					jesper
#
# $FreeBSD: head/security/p5-Crypt-DH/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-DH
PORTVERSION=	0.07
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 interface to a Diffie-Hellman key exchange system

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		Crypt::DH.3
PLIST_FILES=	%%SITE_PERL%%/Crypt/DH.pm \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist
PLIST_DIRSTRY=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \
		%%SITE_PERL%%/Crypt

.include <bsd.port.mk>
@


1.16
log
@- Update to 0.07
- Add LICENSE
- Use PLIST_DIRSTRY for directories shared by Crypt::*

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


1.15
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
d17 3
d25 1
a25 1
PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \
@


1.14
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
@d26 1
a26 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS=	${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS=	${BUILD_DEPENDS}
.endif

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


1.13
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.12
log
@Change MAINTAINERship to perl@@.
@
text
@d29 1
a29 3
.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6.x or later. Install lang/perl5 then try again
.elif ${PERL_LEVEL} < 500800
@


1.11
log
@Drop maintainer
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d15 1
a15 1
MAINTAINER=	jesper@@FreeBSD.org
@


1.9
log
@- Update to 0.06 [1]
- Mark IGNORE for perl < 5.6.0

PR:		85283
Submitted by:	Alex Kapranoff <kappa@@rambler-co.ru> [1]
Approved by:	maintainer timeout
@
text
@d30 1
a30 1
IGNORE=	Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.8
log
@Fix build
@
text
@d9 1
a9 2
PORTVERSION=	0.03
PORTREVISION=	2
a17 4
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
		${SITE_PERL}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random
RUN_DEPENDS=	${BUILD_DEPENDS}

d23 12
a34 1
PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH
d36 1
a36 1
.include <bsd.port.mk>
@


1.7
log
@Bump PORTREVISION for previous commit
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 2
a28 2
				%%SITE_PERL%%/mach/auto/Crypt/DH/.packlist
PLIST_DIRS=		%%SITE_PERL%%/mach/auto/Crypt/DH
@


1.6
log
@Fix PLIST_FILES and PLIST_DIRS
@
text
@d10 1
@


1.5
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d25 3
a27 1
PLIST_FILES=	%%SITE_PERL%%/Crypt/DH.pm
@


1.4
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d25 1
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random
a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.2
log
@Sweep through and fix some dependency problems and forgotten shlib
version bumps

Noticed by:	bento
@
text
@d16 1
@


1.1
log
@add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system

PR:		35890
Submitted by:	jesper
@
text
@d18 1
a18 1
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random
@

