Kurt Jaeger 8c945941d8 New ports: security/ p5-Crypt-Format p5-Crypt-RSA-Parse p5-Protocol-ACME
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/
2016-04-11 15:48:48 +00:00

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>