580056663c
* Add license * pet portlint Sponsored by: Absolight
15 lines
300 B
Makefile
15 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>
|