pkgsrc/security/p5-Digest-CRC/Makefile
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

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"