pkgsrc/security/p5-Digest-CRC/Makefile
2016-06-08 19:22:13 +00:00

17 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.26 2016/06/08 19:24:22 wiz Exp $
DISTNAME= Digest-CRC-0.21
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"