92213cf869
Upstream changes: 0.23 Thu Apr 15 13:02:04 2021 - added wrapper for CRC-SAE-J1850
16 lines
503 B
Makefile
16 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.36 2021/07/06 03:33:09 wen Exp $
|
|
|
|
DISTNAME= Digest-CRC-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OL/OLIMAUL/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Digest-CRC
|
|
COMMENT= Perl5 extension interface for cyclic redundancy check algorithms
|
|
LICENSE= public-domain
|
|
|
|
PERL5_PACKLIST= auto/Digest/CRC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|