9fd786bb11
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
18 lines
554 B
Makefile
18 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.32 2019/11/04 21:12:57 rillig Exp $
|
|
|
|
DISTNAME= Digest-CRC-0.22.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= http://search.cpan.org/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
|
|
WRKSRC= ${WRKDIR}/Digest-CRC-0.22
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|