pkgsrc/security/p5-Digest-CRC/Makefile
sno 282b5ae2ec Updating package for CPAN module Digest::CRC in security/p5-Digest-CRC
from 0.17 to 0.18.

Upstream changes:
0.18  Sat Nov 12 23:09:05 2011
        - added convenience wrappers for 'cont', #70672
        - fixed few issues in xs code, #70674
        - added openpgparmor support, #72387
2012-05-31 08:29:15 +00:00

20 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/05/31 08:29:15 sno Exp $
DISTNAME= Digest-CRC-0.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5crc
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Digest/CRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"