diff options
Diffstat (limited to 'textproc/p5-String-Compare-ConstantTime/Makefile')
-rw-r--r-- | textproc/p5-String-Compare-ConstantTime/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-String-Compare-ConstantTime/Makefile b/textproc/p5-String-Compare-ConstantTime/Makefile new file mode 100644 index 00000000000..9612a12bd50 --- /dev/null +++ b/textproc/p5-String-Compare-ConstantTime/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 16:13:38 sno Exp $ + +DISTNAME= String-Compare-ConstantTime-0.300 +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" |