cf118ccf87
Reported by: lwhsu
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= String-Compare-ConstantTime
|
|
PORTVERSION= 0.310
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for timing side-channel protected string compare
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/Compare/ConstantTime/ConstantTime.so
|
|
|
|
.include <bsd.port.mk>
|