2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
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
|
|
|
|
2020-01-01 18:30:19 +01:00
|
|
|
BROKEN_SSL= openssl ${BROKEN_SSL_${OSREL:R}}
|
|
|
|
BROKEN_SSL_REASON_openssl= incomplete definition of type 'struct x509_st'
|
2018-12-06 15:07:31 +01:00
|
|
|
BROKEN_SSL_12= base
|
|
|
|
BROKEN_SSL_13= base
|
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>
|
|
|
|
|
|
|
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
|
|
|
|
BROKEN= Does not support OpenSSL 1.1
|
|
|
|
.endif
|
|
|
|
|
2012-03-09 20:55:35 +01:00
|
|
|
.include <bsd.port.mk>
|