Changes since 1.06 ================== 2004-04-29 Gisle Aas <gisle@ActiveState.com> Release 1.08 Make Digest->new("CRC-16"), Digest->new("CRC-32") and Digest->new("CRC-CCITT") work. Patch by Oliver Maul <oliver@maul.tv>. Release 1.07 Updated benchmark.
24 lines
627 B
Makefile
24 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/05/02 02:22:15 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= # empty
|
|
SVR4_PKGNAME= p5dig
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest/
|
|
COMMENT= Perl5 base class for Digest:: modules
|
|
|
|
DEPENDS+= p5-MIME-Base64>=2.18:../../converters/p5-MIME-Base64
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|