# Created by: Gabor Kovesdan
# $FreeBSD: security/p5-Digest-Crc32/Makefile 327769 2013-09-20 22:55:24Z bapt $

PORTNAME=	Digest-Crc32
PORTVERSION=	0.01
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

USES=		perl5
USE_PERL5=	configure

MAN3=	Digest::Crc32.3

WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.//}

NO_STAGE=	yes
.include <bsd.port.mk>
