security/pecl-crypto: Add SSL flags
Approved by: SSL blanket
This commit is contained in:
parent
3e18c0ac9d
commit
5fd614a77a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421790
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue