pkgsrc/security/p5-Digest-SHA/Makefile
wen 561c1a9ee3 Update to 5.85
Upstream changes:
5.85  Wed Jun 26 04:05:26 MST 2013
	- workaround for repeated calls to shaclose (ref. Bug #86295)
		-- need to explicitly reset internal pointer to NULL
			ref. shaclose() in SHA.xs
	- corrected typos in shasum script
		-- ref. Bug #85430
2013-07-14 01:24:06 +00:00

17 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.29 2013/07/14 01:24:06 wen Exp $
DISTNAME= Digest-SHA-5.85
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
COMMENT= Perl module for SHA-1/224/256/384/512 algorithms
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Digest/SHA/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"