freebsd-ports/security/p5-Digest-CRC/Makefile
Dmitry Marakasov 246eec3ed0 - Add LICENSE
Approved by:	portmgr blanket
2018-09-20 09:08:25 +00:00

18 lines
304 B
Makefile

# Created by: Gabor Kovesdan
# $FreeBSD$
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>