opnsense-ports/security/p5-Crypt-SSSS/Makefile
2022-09-07 22:33:21 +02:00

16 lines
312 B
Makefile

PORTNAME= Crypt-SSSS
PORTVERSION= 0.3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of Shamir's Secret Sharing System
WWW= https://metacpan.org/release/Crypt-SSSS
LICENSE= ART10
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>