Files
bluhm d5f177e1a3 p5-Crypt-OpenSSL-RSA no longer supports PKCS #1 v1.5 padding.
p5-Crypt-LE has to replace it with PSS padding.
2026-04-02 19:52:00 +00:00

26 lines
540 B
Makefile

COMMENT = Let's Encrypt API interfacing module and client
DISTNAME = Crypt-LE-0.39
REVISION = 0
CATEGORIES = security
HOMEPAGE = https://github.com/do-know/Crypt-LE
# Artistic 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = converters/p5-Convert-ASN1>=0.2 \
converters/p5-JSON-MaybeXS>=1.003005 \
devel/p5-Log-Log4perl>=1.27 \
security/p5-Crypt-OpenSSL-Bignum>=0.06 \
security/p5-Crypt-OpenSSL-RSA>=0.28 \
security/p5-IO-Socket-SSL>=1.42 \
security/p5-Net-SSLeay>=1.55
PKG_ARCH = *
.include <bsd.port.mk>