Files
ports/security/p5-Crypt-OpenSSL-RSA/Makefile
T
tb 3d43305738 p5-Crypt-OpenSSL-RSA: don't rely on libcrypto returning static buffers
Upstream is currently in the painful process of adapting their code to
OpenSSL 3.0. This diff clashes with those efforts. I'll upstram a version
once the dust will have settled.
2024-05-30 17:28:42 +00:00

19 lines
362 B
Makefile

COMMENT = RSA encoding and decoding using OpenSSL
DISTNAME = Crypt-OpenSSL-RSA-0.33
REVISION = 0
CATEGORIES = security
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c crypto perl ssl
MODULES = cpan
BUILD_DEPENDS = security/p5-Crypt-OpenSSL-Guess>=0.11
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Bignum \
security/p5-Crypt-OpenSSL-Random
.include <bsd.port.mk>