2016-06-28 20:03:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-LE
|
2017-04-27 11:44:02 +02:00
|
|
|
PORTVERSION= 0.23
|
2016-06-28 20:03:24 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2017-04-25 13:58:58 +02:00
|
|
|
MAINTAINER= des@FreeBSD.org
|
2016-06-28 20:03:24 +02:00
|
|
|
COMMENT= Let's Encrypt API interfacing module
|
|
|
|
|
|
|
|
LICENSE= ART20
|
|
|
|
|
2017-04-25 13:58:58 +02:00
|
|
|
RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 \
|
|
|
|
p5-Crypt-Format>=0:security/p5-Crypt-Format \
|
|
|
|
p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
|
2017-03-26 18:03:20 +02:00
|
|
|
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
2016-10-11 18:06:52 +02:00
|
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
2017-03-26 18:03:20 +02:00
|
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
|
2017-04-27 11:44:02 +02:00
|
|
|
p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
|
|
|
|
p5-URI>=0:net/p5-URI
|
2016-06-28 21:22:18 +02:00
|
|
|
|
2016-06-28 20:03:24 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|