freebsd-ports/textproc/p5-String-Compare-ConstantTime/Makefile

16 lines
300 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= String-Compare-ConstantTime
PORTVERSION= 0.300
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for timing side-channel protected string compare
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>