diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index 0242122113ff..41c36586f757 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -1,23 +1,25 @@ PORTNAME= Filter-Crypto PORTVERSION= 2.09 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto WWW= https://metacpan.org/release/Filter-Crypto LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PAR-Packer>=0:devel/p5-PAR-Packer TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes USES= perl5 ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Cannot detect OpenSSL 3.0.0 and later USE_PERL5= configure CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults .include