pkgsrc/security/p5-Digest-CRC/Makefile
rhaen 198c9b7d69 - updated to 0.14
Changelog:
0.11  Wed Oct 31 20:26:13 2007
        - fixed __reflect error

0.12  Sat Nov  3 10:11:42 2007
        - Debug output removed

0.13  Sun Nov  4 11:22:54 2007
        - fixed tests

0.14  Mon Nov  5 08:10:11 2007
        - fixed __reflect error in non XS part
2008-07-16 13:53:24 +00:00

22 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/07/16 13:53:24 rhaen Exp $
#
DISTNAME= Digest-CRC-0.14
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
PERL5_PACKLIST= auto/Digest/CRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"