head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	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.9
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.29.18.30.41;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.58;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.03.21.32.55;	author skreuzer;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.27.08.49.43;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.16;	author araujo;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.12.24.13.41.07;	author ehaupt;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	Digest-Adler32
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

BUILD_DEPENDS=	p5-Digest>=0:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Digest::Adler32.3

.include <bsd.port.mk>
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

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


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
@


1.6
log
@Take over maintainership

Approved by:	wxs (mentor, implicit)
@
text
@d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Drop maintainership of some ports I don't use any more
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
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
@d13 1
a13 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.3
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.2
log
@- Unbreak on PERL_LEVEL <= 500503
- Bump PORTREVISION

PR:		90845
Submitted by:	Yen-Ming Lee <leeym@@freebsd.org>
Approved by:	gabor.kovesdan@@t-hosting.hu (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.1
log
@The Digest::Adler32 module implements the Adler-32 checksum as specified
in RFC 1950. The interface provided by this module is specified in Digest,
but no functional interface is provided.

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

PR:		ports/90545
Submitted by:	Gabor Kovesdan
@
text
@d8 1
d18 1
d20 1
a20 2
PERL_CONFIGURE= yes
#PERL_MODBUILD=  yes
d22 1
a22 1
MAN3=	Digest::Adler32.3
d24 1
a24 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

