diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-16 11:47:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-16 14:11:13 +0000 |
commit | 2ef2d943eec51c95c26a8aeda9d51286c38c86be (patch) | |
tree | 06505eb56995d1d02039271e293c87e95328a3f7 | |
parent | 3382cf278ef6245210cf256e9fcd2766351f1f73 (diff) | |
download | ports-2ef2d943eec51c95c26a8aeda9d51286c38c86be.tar.gz ports-2ef2d943eec51c95c26a8aeda9d51286c38c86be.zip |
databases/p5-DBD-mysql: Enable SSL by default.
MySQL always has SSL enabled, and DBD::mysql has the knob on by default,
make sense to follow the trend.
Reported by: Ryan Perry (email to perl@)
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index fb35806bdc18..18db492d67c9 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -2,6 +2,7 @@ PORTNAME= DBD-mysql PORTVERSION= 4.050 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CAPTTOFU @@ -27,6 +28,8 @@ CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --li USE_PERL5= configure OPTIONS_DEFINE= SSL +OPTIONS_DEFAULT= SSL + SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay SSL_CONFIGURE_OFF= --nossl SSL_CONFIGURE_ON= --ssl |