mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
3d43305738
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.
19 lines
362 B
Makefile
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>
|