abac0aa67c
0.16 Wed Sep 29 08:11:42 2010 - fixed crc64 support for non-xs case, #61490, #61491
23 lines
633 B
Makefile
23 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/12/02 12:22:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-CRC-0.16
|
|
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
|
|
|
|
DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
|
|
|
|
PERL5_PACKLIST= auto/Digest/CRC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|