head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.29.18.30.42;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.18.18.28.12;	author skreuzer;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.03.21.32.57;	author skreuzer;	state Exp;
branches;
next	1.8;

1.8
date	2009.06.27.08.49.44;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.28.21;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.08.14.32.52;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.00.39.17;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.02.12.17.12.00;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.08.13.46.34;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.24.15.45.48;	author leeym;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	p5-Digest-Whirlpool
# Date created:				17 Dec 2005
# Whom:					Gabor Kovesdan
# $FreeBSD: head/security/p5-Digest-Whirlpool/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Digest-Whirlpool
PORTVERSION=	1.09
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Perl extension for Whirlpool hash algorithm

BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64

PERL_CONFIGURE=	yes

MAN1=	whirlpoolsum.1
MAN3=	Digest::Whirlpool.3

.include <bsd.port.mk>
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.10
log
@Update to 1.09

PR:		ports/142670
Submitted by:	Philip M. Gollucci <pgollucci@@freebsd.org>
@
text
@d15 2
a16 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.9
log
@Take over maintainership

Approved by:	wxs (mentor, implicit)
@
text
@d7 1
a7 1
PORTVERSION=	1.0.6
@


1.8
log
@- Drop maintainership of some ports I don't use any more
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
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
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.6
log
@- Update to 1.0.6
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.5
log
@Remove support for antique perl.

Hat:	portmgr
@
text
@d7 1
a7 1
PORTVERSION=	1.0.5
@


1.4
log
@- Update to 1.0.5

Approved by:	erwin (mentor)
@
text
@d24 1
a24 12
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES=	${PATCHDIR}/extrapatch-Whirlpool.xs

post-patch:
	${PERL} -pi -e 's/^our\s+([\$$\@@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Whirlpool.pm
	${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/Whirlpool.pm ${WRKSRC}/t/*.t
	${PERL} -pi -e 's/\)/, char **env\)/ if m{int main}' ${WRKSRC}/_whirlpool.c
.endif

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


1.3
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d7 1
a7 1
PORTVERSION=	1.0.3
d21 1
@


1.2
log
@- unbreak on old perl

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.1
log
@Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function
developed by Paulo S. L. M. Barreto and Vincent Rijmen.

WWW: http://search.cpan.org/dist/Digest-Whirlpool

PR:		ports/90536
Submitted by:	Gabor Kovesdan
@
text
@d16 3
d24 8
a31 2
.if ${PERL_LEVEL} <= 500503
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
d33 1
@

