16 lines
300 B
Makefile
16 lines
300 B
Makefile
|
# $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>
|