2012-03-09 20:55:35 +01:00
|
|
|
PORTNAME= OpenCA-OpenSSL
|
|
|
|
PORTVERSION= 2.0.29
|
2014-12-12 22:58:47 +01:00
|
|
|
PORTREVISION= 2
|
2012-03-09 20:55:35 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:MADWOLF
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Perl crypto extension to OpenSSL
|
2012-03-09 20:55:35 +01:00
|
|
|
|
2021-10-16 11:51:03 +02:00
|
|
|
BROKEN_SSL= base openssl
|
|
|
|
BROKEN_SSL_REASON_openssl= incomplete definition of type 'struct x509_st'
|
2018-11-14 16:37:17 +01:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \
|
2016-04-01 16:25:16 +02:00
|
|
|
p5-MIME-Tools>=0:mail/p5-MIME-Tools \
|
|
|
|
p5-X500-DN>=0:net/p5-X500-DN
|
2012-03-09 20:55:35 +01:00
|
|
|
|
2017-03-15 15:45:30 +01:00
|
|
|
USES= perl5 ssl
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2014-12-12 22:58:47 +01:00
|
|
|
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
|
2012-03-09 20:55:35 +01:00
|
|
|
|
2018-12-18 09:39:29 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2021-09-11 16:57:58 +02:00
|
|
|
.if ${OPSYS} == FreeBSD && (${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl)
|
2021-10-16 11:51:03 +02:00
|
|
|
BROKEN= Does not support OpenSSL 1.1
|
2018-12-18 09:39:29 +01:00
|
|
|
.endif
|
|
|
|
|
2012-03-09 20:55:35 +01:00
|
|
|
.include <bsd.port.mk>
|