pkgsrc/security/p5-Digest/Makefile
he d5aa8821b7 Update to version 1.17.
Upstream changes:
   Gisle Aas (6):
      Less noisy 'git status' output
      Merge pull request #1 from schwern/bug/require_eval
      Don't clobber $@ in Digest->new [RT#50663]
      More meta info added to Makefile.PL
      Fix typo in RIPEMD160 [RT#50629]
      Add schwern's test files

   Michael G. Schwern (5):
      Turn on strict.
      Convert tests to use Test::More
      Untabify
      Turn Digest::Dummy into a real file which exercises the
      Digest->new() require logic.
      Close the eval "require $module" security hole in Digest->new($algorithm)
2011-12-01 22:35:13 +00:00

23 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.23 2011/12/01 22:35:13 he Exp $
DISTNAME= Digest-1.17
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"