pkgsrc/security/p5-Digest-SHA/Makefile
wiz d072dd2551 p5-Digest-SHA: update to 5.98.
5.98  Wed Oct  4 00:40:02 MST 2017
	- removed "portable" mode from shasum and addfile
		-- rarely used, mostly in outdated systems
		-- potentially confusing features (e.g. \r\r\n -> \n)
		-- Universal Newlines mode (-U) a much cleaner approach
			-- mimics Universal Newlines in Python
	- shasum now uses Digest::SHA explicitly
		-- no longer loads Digest::SHA::PurePerl as an option
			-- hence no need for -R switch
		-- Digest::SHA::PurePerl has its own shasum: shasumpp
2017-10-09 07:36:54 +00:00

17 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.41 2017/10/09 07:36:54 wiz Exp $
DISTNAME= Digest-SHA-5.98
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"