pkgsrc/security/p5-Digest-SHA/Makefile
wen b085faaf3b Update to 5.95
Upstream changes:
5.95  Sat Jan 10 12:15:36 MST 2015
	- modified the bit-ordering test (ref. t/bitorder.t)
		-- supplied directory-change preamble for CORE builds

5.94  Sat Jan 10 00:45:28 MST 2015
	- added support for threaded builds
		-- PERL_GET_NO_CONTEXT, pTHX_, aTHX_, etc.
		-- employed 'const' storage class where possible
		-- ref. rt.cpan.org #101260
	- simplified shabits() routine (bitwise input buffering)
		-- slightly less efficient but easier to understand
		-- ref. rt.cpan.org #101344
	- minor documentation tweaks and additions
2015-01-11 03:57:53 +00:00

17 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.35 2015/01/11 03:57:53 wen Exp $
DISTNAME= Digest-SHA-5.95
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"