Date: Sun, 11 Sep 2016 00:49:36 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421769 - head/net/p5-Net-TCLink Message-ID: <201609110049.u8B0nanR005786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 00:49:35 2016 New Revision: 421769 URL: https://svnweb.freebsd.org/changeset/ports/421769 Log: net/p5-Net-TCLink: Add SSL flags Approved by: SSL blanket Modified: head/net/p5-Net-TCLink/Makefile Modified: head/net/p5-Net-TCLink/Makefile ============================================================================== --- head/net/p5-Net-TCLink/Makefile Sun Sep 11 00:46:33 2016 (r421768) +++ head/net/p5-Net-TCLink/Makefile Sun Sep 11 00:49:35 2016 (r421769) @@ -14,8 +14,9 @@ COMMENT= Module to for connecting to the LICENSE= LGPL21 -USES= perl5 -USE_OPENSSL= yes +USES= perl5 ssl USE_PERL5= configure +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110049.u8B0nanR005786>