pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile
wiz 087c19a600 p5-String-Compare-ConstantTime: update to 0.320.
0.320  2018-04-22
  * Added Travis and Appveyor testing (thanks Paul Cochrane)
  * Use warnings pragmas (thanks Paul Cochrane)
  * Many documentation and meta-data fixes/updates (thanks Paul Cochrane)
  * Better test coverage for strings with/without utf8 flag
    (thanks Paul Cochrane)
  * Replace SvCUR with sv_len_utf8 to work around issue in debugging
    versions of perl (see https://github.com/hoytech/String-Compare-ConstantTime/issues/4)
    (thanks Paul Cochrane)
2018-05-02 13:31:21 +00:00

19 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/05/02 13:31:21 wiz Exp $
DISTNAME= String-Compare-ConstantTime-0.320
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/String-Compare-ConstantTime/
COMMENT= Perl5 module for timing side-channel protected string compare
LICENSE= ${PERL5_LICENSE}
# EU::MM 6.31 is in core as well as Test::More 0.96 (we have 0.98)
USE_LANGUAGES= c
PERL5_PACKLIST= auto/String/Compare/ConstantTime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"