1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/p5-Digest-CRC/Makefile
2021-04-06 16:31:07 +02:00

18 lines
292 B
Makefile

# Created by: Gabor Kovesdan
PORTNAME= Digest-CRC
PORTVERSION= 0.21
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for calculating CRC checksums
LICENSE= PD
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>