d97fb7cb46
0.22 Sat Feb 18 17:45:31 2017 - added padding for hex encoded digests
17 lines
537 B
Makefile
17 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.28 2017/09/27 20:43:52 wiz Exp $
|
|
|
|
DISTNAME= Digest-CRC-0.22.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/O/OL/OLIMAUL/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-CRC/
|
|
COMMENT= Perl5 extension interface for cyclic redundancy check algorithms
|
|
LICENSE= public-domain
|
|
|
|
PERL5_PACKLIST= auto/Digest/CRC/.packlist
|
|
WRKSRC= ${WRKDIR}/Digest-CRC-0.22
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|