freebsd-ports/security/p5-Crypt-RSA-Parse/Makefile
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

21 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= Crypt-RSA-Parse
PORTVERSION= 0.041
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Parse RSA keys
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>