freebsd-ports/security/p5-OpenCA-OpenSSL/Makefile

31 lines
755 B
Makefile
Raw Normal View History

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