mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- OPTIONally support SSL
PR: ports/152230 Submitted by: Emanuel Haupt <ehaupt@freebsd.org> Approved by: maintainer timeout (skv ; 24 days)
This commit is contained in:
parent
1d43487fb8
commit
ec6430a49f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266018
@ -26,4 +26,13 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3
|
||||
|
||||
OPTIONS= SSL "build with OpenSSL support" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
CONFIGURE_ARGS+= --ssl
|
||||
RUN_DEPENDS+= p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user