1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

net/p5-Net-TCLink: Add SSL flags

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-11 00:49:35 +00:00
parent 03b61a7e48
commit 0c7bf30581
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421769

View File

@ -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>