- Updating package of p5 module Digest from 1.15nb1 to 1.16 - Adjusting license according to documentation of Digest Upstream changes: 2009-06-09 - Release 1.16: Gisle Aas <gisle@ActiveState.com>. Gisle Aas (3): For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett Support Digest->new("RIPEMD-160") as suggested by Zefram Use 3-arg open for fewer surprises Jarkko Hietaniemi (1): Sync up with EBCDIC changes from core perl.
24 lines
626 B
Makefile
24 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/06/14 20:05:36 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-MIME-Base64>=2.18:../../converters/p5-MIME-Base64
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Digest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|