head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	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.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.26.08.54.42;	author ashish;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.06.03.02.11;	author ashish;	state Exp;
branches;
next	1.10;

1.10
date	2010.10.15.12.02.25;	author ashish;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.14.12.56.42;	author ashish;	state Exp;
branches;
next	1.8;

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

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

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

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

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

1.3
date	2006.04.24.02.36.03;	author mnag;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.14
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	p5-Digest-CRC
# Date created:				17 Dec 2005
# Whom:					Gabor Kovesdan
#
# $FreeBSD: head/security/p5-Digest-CRC/Makefile 301858 2012-08-02 09:02:43Z cs $
#

PORTNAME=	Digest-CRC
PORTVERSION=	0.18
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl extension for calculating CRC checksums

PERL_CONFIGURE=	yes

MAN3=	Digest::CRC.3

.include <bsd.port.mk>
@


1.13
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Update to 0.18
@
text
@d15 1
a15 1
COMMENT=	Perl extension for calculating CRC cheksums
@


1.11
log
@- Update to 0.17

PR:		ports/160451
Submitted by:	sunpoet
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.10
log
@- Update to 0.16

Approved by:	pgj (mentor, implicit)
@
text
@d4 1
d6 1
d9 1
a9 1
PORTVERSION=	0.16
@


1.9
log
@- Adopt unmaintained ports.

Approved by:	pgj, tabthorpe (mentors)
@
text
@d7 1
a7 1
PORTVERSION=	0.14
@


1.8
log
@- Drop maintainership
@
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 0.14
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.5
log
@- Remove support for old Perl from my ports
@
text
@d7 1
a7 1
PORTVERSION=	0.10
@


1.4
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d20 1
a20 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		perl 5.6 or newer required, install lang/perl5 or lang/perl5.8 and try again
.endif

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


1.3
log
@- Update to 0.10
- Mark as IGNORE when Perl < 5.6

PR:		96132
Submitted by:	maintainer
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.2
log
@- unbreak on old perl

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d7 1
a7 1
PORTVERSION=	0.09
d20 7
a26 1
.include <bsd.port.mk>
@


1.1
log
@The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.

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

PR:		ports/90546
Submitted by:	Gabor Kovesdan
@
text
@d16 1
a16 1
PERL_CONFIGURE= yes
d20 1
a20 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>
@

