Conversion utilities for encryption applications WWW: http://search.cpan.org/dist/Crypt-Format/ Parse RSA keys for useful information WWW: http://search.cpan.org/dist/Crypt-RSA-Parse/ Interface to the Let's Encrypt ACME API WWW: http://search.cpan.org/dist/Protocol-ACME/
19 lines
305 B
Makefile
19 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Format
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Conversion utilities for encryption applications
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|