security/pecl-crypto: Add SSL flags

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-11 04:37:07 +00:00
parent 3e18c0ac9d
commit 5fd614a77a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421790

View file

@ -14,8 +14,9 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
USES= php:ext tar:tgz
USES= php:ext ssl tar:tgz
CONFIGURE_ARGS= --with-crypto
USE_OPENSSL= yes
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>