pkgsrc/security/p5-Digest-SHA1/Makefile
sno 482f123aa6 pkgsrc changes:
- Updating package for p5 module Digest::SHA1 from 2.11 to 2.12

Upstream changes:
2009-05-23   Release 2.12

    Gisle Aas (6):
	  Get rid of the old CVS ids
	  Avoid "redefined" error for ULONG on Win64
	  Less optimizations on IRIX [RT#8999]
	  Clean up the 'git status' output
	  Mention that SHA-1 might be weak [RT#11880]
	  Ensure more stuff in the META.yml file [RT#40757]

    Steve Peters (1):
	  Quiet warnings when compiled with -Wwrite-strings [RT#31915]
2009-05-24 13:10:49 +00:00

25 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.24 2009/05/24 13:10:49 sno Exp $
#
DISTNAME= Digest-SHA1-2.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sh2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/
COMMENT= Perl5 module for SHA1
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
CONFLICTS+= p5-Digest-MD5<=2.12
PERL5_PACKLIST= auto/Digest/SHA1/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"