diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-21 17:43:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-21 17:43:46 +0000 |
commit | 14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3 (patch) | |
tree | 761cd23e07e2b5224d73f540985d84eede599029 /databases/p5-DBD-mysql/Makefile | |
parent | 7ef963090c1ba3fae0e4ab7630e60ff49fe6a9f0 (diff) | |
download | ports-14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3.tar.gz ports-14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index cee8d9eb73bd..81f1ec5afadc 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::mysql -# Date created: 27 Nov 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DBD-mysql PORTVERSION= 4.021 @@ -29,11 +25,11 @@ PERL_CONFIGURE= yes MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 -OPTIONS= SSL "build with OpenSSL support" off +OPTIONS_DEFINE= SSL .include <bsd.port.options.mk> -.if defined(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --ssl RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay .endif |