aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-TCLink
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-11 00:49:35 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-11 00:49:35 +0000
commit0c7bf30581941fccff2f8ad2bdb6c65e412eddc4 (patch)
tree5528b2614927071ddfb07c29a26d9a816d4ec8fb /net/p5-Net-TCLink
parent03b61a7e48165832317bc273a1a08eca18a4a367 (diff)
downloadports-0c7bf30581941fccff2f8ad2bdb6c65e412eddc4.tar.gz
ports-0c7bf30581941fccff2f8ad2bdb6c65e412eddc4.zip
net/p5-Net-TCLink: Add SSL flags
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421769
Diffstat (limited to 'net/p5-Net-TCLink')
-rw-r--r--net/p5-Net-TCLink/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Net-TCLink/Makefile b/net/p5-Net-TCLink/Makefile
index 2f63fe991391..b456b4472b04 100644
--- a/net/p5-Net-TCLink/Makefile
+++ b/net/p5-Net-TCLink/Makefile
@@ -14,8 +14,9 @@ COMMENT= Module to for connecting to the TrustCommerce payment gateway
LICENSE= LGPL21
-USES= perl5
-USE_OPENSSL= yes
+USES= perl5 ssl
USE_PERL5= configure
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>