View | Details | Raw Unified | Return to bug 152230
Collapse All | Expand All

(-)Makefile (-1 / +10 lines)
Lines 26-29 Link Here
26
26
27
MAN3=	Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3
27
MAN3=	Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3
28
28
29
.include <bsd.port.mk>
29
OPTIONS=	SSL	"build with OpenSSL support" off
30
31
.include <bsd.port.pre.mk>
32
33
.if defined(WITH_SSL)
34
CONFIGURE_ARGS+=	--ssl
35
RUN_DEPENDS+=		p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
36
.endif
37
38
.include <bsd.port.post.mk>

Return to bug 152230