head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	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.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.10.18.42.14;	author swills;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.06.17.22.51;	author az;	state Exp;
branches;
next	1.16;

1.16
date	2011.06.18.00.53.24;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2010.01.26.15.01.08;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2009.09.11.16.10.05;	author tobez;	state Exp;
branches;
next	1.13;

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

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

1.11
date	2007.03.23.09.47.30;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2006.06.28.01.48.23;	author leeym;	state Exp;
branches;
next	1.9;

1.9
date	2005.12.30.03.05.29;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.14.05.03.34;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.09.21.28.34;	author mharo;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.09.21.25.11;	author mharo;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2003.02.22.16.12.21;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.05.04.09.04;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.12.01.10.17;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-DSA
# Date created:				Tue Sep 11 10:31:23 PDT 2001
# Whom:	      				Michael Haro <mharo@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-DSA/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-DSA
PORTVERSION=	1.17
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	DSA signature and key generation

RUN_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-Convert-PEM>=0:${PORTSDIR}/converters/p5-Convert-PEM \
		p5-Data-Buffer>=0:${PORTSDIR}/misc/p5-Data-Buffer \
		p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::DSA::Key::SSH2.3 Crypt::DSA.3 Crypt::DSA::Key.3 \
		Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \
		Crypt::DSA::KeyChain.3 Crypt::DSA::Util.3

.include <bsd.port.mk>
@


1.18
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.16
log
@- Update to 1.17
ChangeLog: http://search.cpan.org/src/ADAMK/Crypt-DSA-1.17/Changes
@
text
@d17 3
a19 3
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
		${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
@


1.15
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 8).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	1.16
PORTREVISION=	1
@


1.14
log
@Update to 1.16.

Changes:	http://search.cpan.org/dist/Crypt-DSA/Changes
@
text
@d10 1
d18 1
a18 2
RUN_DEPENDS=	${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
@


1.13
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.14
d20 2
a21 1
		${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer
@


1.12
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.11
log
@Reset mharo due to maintainer-timeouts and no response to PRs.

Hat:		portmgr
@
text
@d30 1
a30 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

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


1.10
log
@- update to 0.14

PR:		98371
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.9
log
@- correct dependency (Math::Pari -> Math::BigIng)
- utilize SITE_PERL
- add WWW in pkg-descr

PR:		90126
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d9 1
a9 2
PORTVERSION=	0.13
PORTREVISION=	2
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d30 7
a36 1
.include <bsd.port.mk>
@


1.8
log
@Upgrade to 0.13
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 4
a22 8
PERLBASE=	${SITE_PERL}

BUILD_DEPENDS=	${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
		${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
		${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
		${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
	 	${PERLBASE}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler 
@


1.7
log
@increment PORTREVISION
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d25 2
a26 1
		${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer
@


1.6
log
@Add RUN_DEPENDS

PR: 75803
Submitted by: ITO, Takayuki <yuki@@euc.jp>
@
text
@d10 1
@


1.5
log
@utilize SITE_PERL

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


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d18 1
a18 1
PERLBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a27 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)
@
text
@d16 1
@


1.2
log
@p5-Crypt-DSA is more happy when p5-Data-Buffer is available:
	Data::Buffer .................ok

Noticed while checking out the p5-Net-SSH-Perl problem.
@
text
@a24 2
RESTRICTED=	"Crypto; export-controlled"

@


1.1
log
@Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl,
although the heavy-duty mathematics underneath are provided by the
Math::Pari library.
@
text
@d22 2
a23 1
		${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM
@

