45ccac2005
Approved by: portmgr (blanket infrastructure)
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# Created by: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.//}
|
|
|
|
.include <bsd.port.mk>
|